PdfColor.Equals(Object) Method
Determines whether the specified object is equal to this color.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | The object to compare with this instance. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the specified object is equal to this instance; otherwise, false. |
See Also