2027 Method
Changes 0
M

GeometryObject.op_Inequality

Description:
Determines whether two GeometryObjects are different.
Remarks:
This compares the internal identifiers of the geometry, and doesn't compare them geometrically.
public static bool operator !=(
	GeometryObject first,
	GeometryObject second
)
Return Value Boolean True if the GeometryObjects are different; otherwise, false.