RVTDocs.com

ExternalGeometryId.Equality Operator

Description:
Determines whether two ExternalGeometryIds are the same.
Syntax
public static bool operator ==(
	ExternalGeometryId first,
	ExternalGeometryId second
)
Parameters
Parameter Type Description
first ExternalGeometryId The first ExternalGeometryId.
second ExternalGeometryId The second ExternalGeometryId.
Return Value
Type Description
Boolean True if the ExternalGeometryIds are the same; otherwise, false.