<Code Lib>
2025.3 Method
Changes 2
M

ExternalGeometryId.op_Inequality

Description:
Determines whether two ExternalGeometryIds are different.

public static bool operator !=(
	ExternalGeometryId first,
	ExternalGeometryId second
)

Return Value Boolean True if the ExternalGeometryIds are different; otherwise, false.

Loading…