Determines whether two ExternalGeometryIds are the same.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool operator ==(
ExternalGeometryId first,
ExternalGeometryId second
)
Parameters
- first ExternalGeometryId
- The first ExternalGeometryId.
- second ExternalGeometryId
- The second ExternalGeometryId.
Return Value
BooleanTrue if the ExternalGeometryIds are the same; otherwise, false.
See Also
Reference