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