Array.IStructuralEquatable.Equals(Object, IEqualityComparer) Yöntem

Tanım

Bir nesnenin geçerli örneğe eşit olup olmadığını belirler.

 virtual bool System.Collections.IStructuralEquatable.Equals(System::Object ^ other, System::Collections::IEqualityComparer ^ comparer) = System::Collections::IStructuralEquatable::Equals;
bool IStructuralEquatable.Equals (object other, System.Collections.IEqualityComparer comparer);
abstract member System.Collections.IStructuralEquatable.Equals : obj * System.Collections.IEqualityComparer -> bool
override this.System.Collections.IStructuralEquatable.Equals : obj * System.Collections.IEqualityComparer -> bool
Function Equals (other As Object, comparer As IEqualityComparer) As Boolean Implements IStructuralEquatable.Equals

Parametreler

other
Object

Geçerli örnekle karşılaştıracak nesne.

comparer
IEqualityComparer

Geçerli örneğin ve other eşit olup olmadığını belirleyen bir nesne.

Döndürülenler

Boolean

true iki nesne eşitse; aksi takdirde , false.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IStructuralEquatable arabirime Array yayınlandığında kullanılabilir.

Şunlara uygulanır