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\Matrix4x4.cs (1)
2379=> (obj is Matrix4x4 other) && Equals(other);