Vector2F.Equals

Equals(Vector2F)

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

public bool Equals(Vector2F other)
ParameterTypeDescription
otherVector2FVector2F to compare against.

Return Value

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

See Also


Equals(object)

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

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

Return Value

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

See Also