Determines whether two specified NodeContentParameters have the same value.

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 NodeContentParametersto compare, or null.

Return Value

true if the value of left is the same as the value of right, otherwise false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also