Identifies if the custom field properties are equal or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
bool AreEqualTo( ICustomFieldProperties otherProperties )
Parameters
- otherProperties ICustomFieldProperties
- The other properties.
Return Value
BooleanReturns true if the custom field properties are equal, false otherwise.