Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
1 reference to Equals
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
87return (obj is UInt128 other) && Equals(other);