GenericMethodInvoker.IEqualityComparer<Object[]>.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.