Skip to main content
.NET 6.0+

ImageInfo.Equals(Object) Method

Checks whether the specified object is equal to the current ImageInfo.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override bool Equals(
    object obj
)

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