Array.IStructuralEquatable.Equals Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Determines whether an object is equal to the current instance.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Private Function Equals ( _
other As Object, _
comparer As IEqualityComparer _
) As Boolean Implements IStructuralEquatable.Equals
bool IStructuralEquatable.Equals(
Object other,
IEqualityComparer comparer
)
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.
Return Value
Type: System.Boolean
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 System.Collections.IStructuralEquatable interface.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.