Matrix4d.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(Object) |
Indicates whether this instance and a specified object are equal. |
Equals(Matrix4d) |
Indicates whether the current matrix is equal to another matrix. |
Equals(Object)
Equals(Matrix4d)
Indicates whether the current matrix is equal to another matrix.
public bool Equals (OpenTK.Matrix4d other);
override this.Equals : OpenTK.Matrix4d -> bool
Parameters
- other
- Matrix4d
An matrix to compare with this matrix.
Returns
true if the current matrix is equal to the matrix parameter; otherwise, false.