GenericMethodInvoker.IEqualityComparer<Object[]>.Equals 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
只針對比較型別參數的目的,執行相等比較。
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
參數
- x
- Object[]
一個引數清單。
- y
- Object[]
其他引數清單。
傳回
true
如果個別引數中的型別參數相等,則為 , false
否則為 。