RVTDocs.com

BendingDetailCustomFieldProperties.AreEqualTo

Method
Description:
Identifies if the custom field properties are equal or not.
Syntax
public virtual bool AreEqualTo(
	ICustomFieldProperties otherProperties
)
Parameters
Parameter Type Description
otherProperties ICustomFieldProperties The other properties.
Return Value
Type Description
Boolean Returns true if the custom field properties are equal, false otherwise.