BendingDetailCustomFieldPropertiesAreEqualTo Method

Identifies if the custom field properties are equal or not.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
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

ICustomFieldPropertiesAreEqualTo(ICustomFieldProperties)
See Also