Implemented interface member:
1 reference to Equals
System.ComponentModel.TypeConverter (1)
System\ComponentModel\InterlockedBitVector32.cs (1)
47public override bool Equals([NotNullWhen(true)] object? o) => o is InterlockedBitVector32 other && Equals(other);