DXBitmap.Equals(DXBitmap) Method
Determines whether the specified object is equal to the current DXBitmap
instance.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
Name | Type | Description |
---|---|---|
other | DXBitmap | An object to compare. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also