HandleComparer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class HandleComparer sealed : System::Collections::Generic::IComparer<System::Reflection::Metadata::EntityHandle>, System::Collections::Generic::IComparer<System::Reflection::Metadata::Handle>, System::Collections::Generic::IEqualityComparer<System::Reflection::Metadata::EntityHandle>, System::Collections::Generic::IEqualityComparer<System::Reflection::Metadata::Handle>
public sealed class HandleComparer : System.Collections.Generic.IComparer<System.Reflection.Metadata.EntityHandle>, System.Collections.Generic.IComparer<System.Reflection.Metadata.Handle>, System.Collections.Generic.IEqualityComparer<System.Reflection.Metadata.EntityHandle>, System.Collections.Generic.IEqualityComparer<System.Reflection.Metadata.Handle>
type HandleComparer = class
interface IEqualityComparer<Handle>
interface IComparer<Handle>
interface IEqualityComparer<EntityHandle>
interface IComparer<EntityHandle>
type HandleComparer = class
interface IComparer<EntityHandle>
interface IComparer<Handle>
interface IEqualityComparer<EntityHandle>
interface IEqualityComparer<Handle>
Public NotInheritable Class HandleComparer
Implements IComparer(Of EntityHandle), IComparer(Of Handle), IEqualityComparer(Of EntityHandle), IEqualityComparer(Of Handle)
- Inheritance
-
HandleComparer
- Implements
Properties
Default |
Methods
Compare(EntityHandle, EntityHandle) |
Compares two entity handles. |
Compare(Handle, Handle) |
Compares two handles. |
Equals(EntityHandle, EntityHandle) |
Determines whether the specified objects are equal. |
Equals(Handle, Handle) |
Determines whether the specified objects are equal. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetHashCode(EntityHandle) |
Returns a hash code for the specified object. |
GetHashCode(Handle) |
Returns a hash code for the specified object. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |