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\Vector4.cs (1)
1176
public override readonly bool Equals([NotNullWhen(true)] object? obj) => (obj is Vector4 other) &&
Equals
(other);