Matrix2DEquality Operator

CVB.Net Documentation
Comparison operator for MatrixD structs.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static bool operator ==(
	Matrix2D lhs,
	Matrix2D rhs
)

Parameters

lhs
Type: Stemmer.CvbMatrix2D
Left hand side operand
rhs
Type: Stemmer.CvbMatrix2D
Right hand side operand

Return Value

Type: Boolean
true lhs == rhs, false otherwise
See Also

Reference