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