[]
        
(Showing Draft Content)

C1.Util.DX.Vector4.Equals

Equals Method

Equals(Vector4)

Determines whether the specified Vector4 is equal to this instance.

Declaration
public bool Equals(Vector4 other)
Parameters
Type Name Description
Vector4 other
Returns
Type Description
bool
Implements

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration
public override bool Equals(object value)
Parameters
Type Name Description
object value
Returns
Type Description
bool
Overrides