Vector3F.Equals

Equals(Vector3F)

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

public bool Equals(Vector3F other)
ParameterTypeDescription
otherVector3FVector3F to compare against.

Return Value

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

See Also


Equals(object)

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

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

Return Value

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

See Also