Tesla Graphics Engine Documentation (January 2012)
Equality Operator
TeslaTesla.MathMatrixEquality(Matrix, Matrix)
Tests equality between two matrices.
Declaration Syntax
C#
public static bool operator ==(
	Matrix a,
	Matrix b
)
Parameters
a (Matrix)
First matrix
b (Matrix)
Second matrix
Return Value
True if equal

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)