Click or drag to resize

RecordIndexEntryInequality Operator

Determines whether two specified instances have different values.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static bool operator !=(
	RecordIndexEntry left,
	RecordIndexEntry right
)

Parameters

left
Type: Ookii.Jumbo.IORecordIndexEntry
The first instance to compare.
right
Type: Ookii.Jumbo.IORecordIndexEntry
The second instance to compare.

Return Value

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