Revit 2025.3 API
ICustom |
Identifies if the custom field properties are equal or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
bool AreEqualTo( ICustomFieldProperties otherProperties )
Function AreEqualTo ( otherProperties As ICustomFieldProperties ) As Boolean
bool AreEqualTo( ICustomFieldProperties^ otherProperties )
abstract AreEqualTo : otherProperties : ICustomFieldProperties -> bool
Parameters
- otherProperties ICustomFieldProperties
- The other properties.
Return Value
BooleanReturns true if the custom field properties are equal, false otherwise.
See Also