Indicates whether the current object is equal to another object of the same type.
Namespace:
Rebex.IO.FileSystem
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function Equals ( _ other As NodeContentParameters _ ) As Boolean |
C# |
---|
public bool Equals( NodeContentParameters other ) |
Parameters
- other
- Type: Rebex.IO.FileSystem..::..NodeContentParameters
An object to compare with this object.