ImageInfo.Equals(ImageInfo) Method
Checks whether the current ImageInfo is equal to the specified object of the same type.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| obj | ImageInfo | An object to compare to the current ImageInfo. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the specified object equals the current ImageInfo; otherwise, false. |
Remarks
You can also use the equality operator to compare two ImageInfo objects.
See Also