HandleComparer.Equals Method

Definition

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

x
EntityHandle

The first object of type T to compare.

y
EntityHandle

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.

Implements

Applies to