Skip to main content
A newer version of this page is available. .

ImageInfo.Equals(Object) Method

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

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

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

Generally, you do not need to call this method.

See Also