HandleComparer.Equals Method
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.
Overloads
Equals(EntityHandle, EntityHandle) |
Determines whether the specified objects are equal. |
Equals(Handle, Handle) |
Determines whether the specified objects are equal. |
Equals(EntityHandle, EntityHandle)
- Source:
- HandleComparer.cs
- Source:
- HandleComparer.cs
- Source:
- HandleComparer.cs
Determines whether the specified objects are equal.
public:
virtual bool Equals(System::Reflection::Metadata::EntityHandle x, System::Reflection::Metadata::EntityHandle y);
public bool Equals (System.Reflection.Metadata.EntityHandle x, System.Reflection.Metadata.EntityHandle y);
override this.Equals : System.Reflection.Metadata.EntityHandle * System.Reflection.Metadata.EntityHandle -> bool
Public Function Equals (x As EntityHandle, y As EntityHandle) As Boolean
Parameters
The first object of type T
to compare.
The second object of type T
to compare.
Returns
true
if the specified objects are equal; otherwise, false
.
Implements
Applies to
Equals(Handle, Handle)
- Source:
- HandleComparer.cs
- Source:
- HandleComparer.cs
- Source:
- HandleComparer.cs
Determines whether the specified objects are equal.
public:
virtual bool Equals(System::Reflection::Metadata::Handle x, System::Reflection::Metadata::Handle y);
public bool Equals (System.Reflection.Metadata.Handle x, System.Reflection.Metadata.Handle y);
override this.Equals : System.Reflection.Metadata.Handle * System.Reflection.Metadata.Handle -> bool
Public Function Equals (x As Handle, y As Handle) As Boolean
Parameters
- x
- Handle
The first object of type T
to compare.
- y
- Handle
The second object of type T
to compare.
Returns
true
if the specified objects are equal; otherwise, false
.