Click or drag to resize

PartitionFileIndexEntryInequality Operator

Determines whether two specified instances have different values.

Namespace: Ookii.Jumbo.Jet.Channels
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static bool operator !=(
	PartitionFileIndexEntry left,
	PartitionFileIndexEntry right
)

Parameters

left  PartitionFileIndexEntry
The first instance to compare.
right  PartitionFileIndexEntry
The second instance to compare.

Return Value

Boolean
if the value of left is different from the value of right; otherwise, .
See Also