1 reference to HashCode_EqualityNotSupported
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\HashCode.cs (1)
491public override bool Equals(object? obj) => throw new NotSupportedException(SR.HashCode_EqualityNotSupported);