FileManagerFile.Equals(FileManagerFile) Method
Compares this FileManagerFile instance with the specified object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
other | FileManagerFile | A FileManagerFile representing the specified object for comparison. |
Returns
Type | Description |
---|---|
Boolean |
|
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