TMatrixEquality Operator

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static bool operator ==(
	TMatrix c1,
	TMatrix c2
)

Parameters

c1  TMatrix
 
c2  TMatrix
 

Return Value

Boolean

See Also