Array.IStructuralEquatable.Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether an object is equal to the current instance.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Private Function Equals ( _ other As Object, _ comparer As IEqualityComparer _ ) As Boolean Implements IStructuralEquatable.Equals
Parameters
- other
- Type: System.Object
The object to compare with the current instance.
- comparer
- Type: System.Collections.IEqualityComparer
An object that determines whether the current instance and other are equal.
Implements
IStructuralEquatable.Equals(Object, IEqualityComparer)This member is an explicit interface member implementation. It can be used only when the Array instance is cast to an System.Collections.IStructuralEquatable interface.
Show: