Vector4F.Equals

Equals(object)

Returns a boolean indicating whether the given Object is equal to this Vector4F instance.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectObject to compare against.

Return Value

True if the Object is equal to this Vector4F; False otherwise.

See Also


Equals(Vector4F)

Returns a boolean indicating whether the given Vector4F is equal to this Vector4F instance.

public bool Equals(Vector4F other)
ParameterTypeDescription
otherVector4FVector4F to compare against.

Return Value

True if the Object is equal to this Vector4F; False otherwise.

See Also