Click or drag to resize
RuntimeHelpers Methods

The RuntimeHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEquals
Determines whether the specified Object instances are considered equal.
Public methodStatic memberGetHashCode
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as a hash table.
Public methodStatic memberInitializeArray
Provides a fast way to initialize an array from data that is stored in a module.
Top
See Also