Array.IStructuralEquatable.Equals Method (Object, IEqualityComparer)
.NET Framework (current version)
Determines whether an object is equal to the current instance.
Assembly: mscorlib (in mscorlib.dll)
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.
This member is an explicit interface member implementation. It can be used only when the Array instance is cast to anIStructuralEquatableinterface.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: