| RuntimeHelpers Class |
Namespace: System.Runtime.CompilerServices
public static class RuntimeHelpers
The RuntimeHelpers type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object instances are considered equal. | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as a hash table. | |
| InitializeArray | Provides a fast way to initialize an array from data that is stored in a module. |