Click or drag to resize

Vector3Equals Method (Object)

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

Namespace:  SoftGear.Strix.Client.Ingame.Interpolation
Assembly:  strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare against.

Return Value

Type: Boolean
True if the Object is equal to this Vector3; False otherwise.
See Also