Skip to main content
Tab

FileManagerFile.Equals(FileManagerFile) Method

Compares this FileManagerFile instance with the specified object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Equals(
    FileManagerFile other
)

Parameters

Name Type Description
other FileManagerFile

A FileManagerFile representing the specified object for comparison.

Returns

Type Description
Boolean

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

Remarks

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

Implements

See Also