ExternalGeometryId.op_Equality
Description:
Determines whether two ExternalGeometryIds are the same.
Determines whether two ExternalGeometryIds are the same.
public static bool operator ==(
ExternalGeometryId first,
ExternalGeometryId second
)
-
firstThe first ExternalGeometryId.
-
secondThe second ExternalGeometryId.
Return Value
bool
True if the ExternalGeometryIds are the same; otherwise, false.