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.

Return Value

true if the value of left is different from the value of right; otherwise false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also