Determines whether two specified NodeContentParameters have different values.
Namespace:
Rebex.IO.FileSystem
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Shared Operator <> ( _ left As NodeContentParameters, _ right As NodeContentParameters _ ) As Boolean |
| C# |
|---|
public static bool operator !=( NodeContentParameters left, NodeContentParameters right ) |
Parameters
- left
- Type: Rebex.IO.FileSystem..::..NodeContentParameters
The first NodeContentParameters to compare, or null.
- right
- Type: Rebex.IO.FileSystem..::..NodeContentParameters
The second NodeContentParameters to compare, or null.