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

FillGrid.IsEqual

Method
Description:
Check if two fill grids are equal.
Syntax
public bool IsEqual(
	FillGrid other
)
Parameters
Parameter Type Description
other FillGrid The fill grid to be compared.
Return Value
Type Description
Boolean True if the two fill grids are equal, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null