返回用户文档首页Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax public static bool operator ==(
Mat43 mat0,
Mat43 mat1
)
Parameters
- mat0 Mat43
- 第一个 Mat43 实例。
- mat1 Mat43
- 第二个 Mat43 实例。
Return Value
Boolean
如果两个
Mat43 实例在所有对应的分量上都相等,则返回
true;
否则返回
false。
See Also