| 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: 2.0.0
Syntax public static bool operator !=(
PartitionFileIndexEntry left,
PartitionFileIndexEntry right
)
Public Shared Operator <> (
left As PartitionFileIndexEntry,
right As PartitionFileIndexEntry
) As Boolean
public:
static bool operator !=(
PartitionFileIndexEntry left,
PartitionFileIndexEntry right
)
static let inline (<>)
left : PartitionFileIndexEntry *
right : PartitionFileIndexEntry : bool
Parameters
- left
- Type: Ookii.Jumbo.Jet.ChannelsPartitionFileIndexEntry
The first instance to compare. - right
- Type: Ookii.Jumbo.Jet.ChannelsPartitionFileIndexEntry
The second instance to compare.
Return Value
Type:
Boolean if the value of
left is different from the value of
right; otherwise,
.
See Also