The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: virtual bool Equals( Object^ other, IEqualityComparer^ comparer ) sealed = 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: