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.
Check if the contents and the name of the fill pattern is the same as the name and contents of this fill pattern.
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 |