Array.cs 개체가 현재 인스턴스와 같은지 여부를 확인합니다. C# boolIStructuralEquatable.Equals(objectother, System.Collections.IEqualityComparer comparer); 매개 변수 other Object 현재 인스턴스와 비교할 개체입니다. ...
命名空间: System.Collections.Immutable 程序集: System.Collections.Immutable.dll Source: ImmutableArray_1.cs 确定此数组在结构上是否等于指定的数组。 C# 复制 bool IStructuralEquatable.Equals (object other, System.Collections.IEqualityComparer comparer); 参数 other Object 与当前实例进行比较的数组。
ImmutableArray<T>.IStructuralEquatable.Equals 方法 参考 反馈 定义 命名空间: System.Collections.Immutable 程序集: System.Collections.Immutable.dll Source: ImmutableArray_1.cs 确定此数组在结构上是否等于指定的数组。 C# 复制 bool IStructuralEquatable.Equals (object other, ...