Array.IStructuralEquatable.Equals(Object, IEqualityComparer) Method
Definition
Determines whether an object is equal to the current instance.
virtual bool System.Collections.IStructuralEquatable.Equals(System::Object ^ other, System::Collections::IEqualityComparer ^ comparer) = System::Collections::IStructuralEquatable::Equals;
bool IStructuralEquatable.Equals (object other, System.Collections.IEqualityComparer comparer);
Function Equals (other As Object, comparer As IEqualityComparer) As Boolean Implements IStructuralEquatable.Equals
Parameters
- other
- Object
The object to compare with the current instance.
- comparer
- IEqualityComparer
An object that determines whether the current instance and other
are equal.
Returns
true
if the two objects are equal; otherwise, false
.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the Array instance is cast to an IStructuralEquatable interface.