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

FileManagerItem.Equals(FileManagerItem) Method

Compares this FileManagerItem instance with the specified object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public bool Equals(
    FileManagerItem other
)

Parameters

Name Type Description
other FileManagerItem

A FileManagerItem that is the specified object for comparison.

Returns

Type Description
Boolean

true, if the FileManagerItem that this method is called from is equal to the specified object; otherwise, false.

Remarks

Use the Equals method to compare the FileManagerItem that calls this method with the object specified by the other parameter. Two FileManagerItem objects are considered equal if their RelativeName property values are equal.

Implements

See Also