Düzenle

Aracılığıyla paylaş


GenericMethodInvoker.IEqualityComparer<Object[]>.Equals Method

Definition

Performs equality comparison for the purpose of comparing type parameters only.

bool IEqualityComparer<object[]>.Equals (object[] x, object[] y);
abstract member System.Collections.Generic.IEqualityComparer<System.Object[]>.Equals : obj[] * obj[] -> bool
override this.System.Collections.Generic.IEqualityComparer<System.Object[]>.Equals : obj[] * obj[] -> bool
Function Equals (x As Object(), y As Object()) As Boolean Implements IEqualityComparer(Of Object()).Equals

Parameters

x
Object[]

One argument list.

y
Object[]

The other argument list.

Returns

true if the type parameters in the respective arguments are equal, false otherwise.

Implements

Applies to