Determines whether this IFCGuidKey is equal to another.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public override bool Equals( Object other )
Parameters
- other Object
- The IFCGuidKey with which to compare this IFCGuidKey.
Return Value
BooleanTrue if the given IFCGuidKey is equal to this one, or false otherwise.
