RVTDocs.com
Namespace: Autodesk.Revit.DB.IFC Class: IFCGuidKey

IFCGuidKey.Equals

Method
Description:
Determines whether this IFCGuidKey is equal to another.
Syntax
public override bool Equals(
	Object other
)
Parameters
Parameter Type Description
other Object The IFCGuidKey with which to compare this IFCGuidKey.
Return Value
Type Description
Boolean True if the given IFCGuidKey is equal to this one, or false otherwise.