Click or drag to resize

MatrixEquality Operator

返回用户文档首页
Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public static bool operator ==(
	Matrix mat0,
	Matrix mat1
)

Parameters

mat0  Matrix
 
mat1  Matrix
 

Return Value

Boolean
See Also