Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
2 references to Equals
Microsoft.Maui.Essentials (1)
OrientationSensor\OrientationSensor.shared.cs (1)
160 Orientation.Equals(other.Orientation);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\Quaternion.cs (1)
431public override readonly bool Equals([NotNullWhen(true)] object? obj) => (obj is Quaternion other) && Equals(other);