Revit 2026 API
Bending |
Identifies if the custom field properties are equal or not.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public virtual bool AreEqualTo( ICustomFieldProperties otherProperties )
Public Overridable Function AreEqualTo ( otherProperties As ICustomFieldProperties ) As Boolean
public: virtual bool AreEqualTo( ICustomFieldProperties^ otherProperties )
abstract AreEqualTo : otherProperties : ICustomFieldProperties -> bool override AreEqualTo : otherProperties : ICustomFieldProperties -> bool
Parameters
- otherProperties ICustomFieldProperties
- The other properties.
Return Value
BooleanReturns true if the custom field properties are equal, false otherwise.
Implements
ICustomFieldPropertiesAreEqualTo(ICustomFieldProperties)See Also