返回用户文档首页Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic override bool Equals(
	Object obj
)
Parameters
- obj  Object
 - 要与当前对象进行比较的对象。
 
Return Value
Boolean
            如果指定的对象也是一个 
Vec4 对象,并且与当前对象的 X, Y, Z, W 坐标相等,则返回 
true;
            否则返回 
false。
            
See Also