Identifies if the custom field properties are equal or not.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual bool AreEqualTo(
ICustomFieldProperties otherProperties
)
Parameters
- otherProperties ICustomFieldProperties
-
The other properties.
Return Value
Boolean
Returns true if the custom field properties are equal, false otherwise.
Implements
ICustomFieldProperties.AreEqualTo(ICustomFieldProperties)
See Also
Reference