Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.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