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