Vector3d.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(Vector3d) |
Indicates whether the current vector is equal to another vector. |
Equals(Object) |
Indicates whether this instance and a specified object are equal. |
Equals(Vector3d)
Indicates whether the current vector is equal to another vector.
public bool Equals (OpenTK.Vector3d other);
override this.Equals : OpenTK.Vector3d -> bool
Parameters
- other
- Vector3d
A vector to compare with this vector.
Returns
true if the current vector is equal to the vector parameter; otherwise, false.