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

FileManagerFolder.Equals(FileManagerFolder) Method

Compares this FileManagerFolder instance with the specified object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public bool Equals(
    FileManagerFolder other
)

Parameters

Name Type Description
other FileManagerFolder

A FileManagerFolder representing the specified object for comparison.

Returns

Type Description
Boolean

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

Remarks

Use the Equals method to compare the FileManagerFolder that this method is called from with the object specified by the selection parameter. Two FileManagerFolder objects are considered equal if their RelativeName property values are equal.

See Also