Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool Equals(
    ImageInfo obj
)

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