RVTDocs.com
Namespace: Autodesk.Revit.DB Class: FillPattern

FillPattern.IsEqual

Method
Description:
Check if the contents and the name of the fill pattern is the same as the name and contents of this fill pattern.
Syntax
public bool IsEqual(
	FillPattern other
)
Parameters
Parameter Type Description
other FillPattern The fill pattern to be compared.
Return Value
Type Description
Boolean True for equal, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null