DirectShapeTypeOptions.IsEqualTo
Method
Description:
Compare this object with the one supplied as argument. Return true if the options specified by both objects are the same.
Compare this object with the one supplied as argument. Return true if the options specified by both objects are the same.
Parameters
Parameter | Type | Description |
---|---|---|
other | DirectShapeTypeOptions | the DirectShapeTypeOptions object to be compared. |
Return Value
Type | Description |
---|---|
Boolean | True if both objects specify the same options. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |