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