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.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Private Function Equals ( _
    other As Object, _
    comparer As IEqualityComparer _
) As Boolean Implements IStructuralEquatable.Equals
bool IStructuralEquatable.Equals(
    Object other,
    IEqualityComparer comparer
)

Parameters

Return Value

Type: System..::.Boolean
true if the two objects are equal; otherwise, false.

Implements

IStructuralEquatable..::.Equals(Object, IEqualityComparer)

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

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Array Class

System Namespace