Skip to content

JournalId.operator !=(JournalId, JournalId)

operator !=(JournalId, JournalId)

static
View source
public static bool operator !=(JournalId left, JournalId right)
Compares two journal ids for inequality.

Parameters

leftJournalId
The first journal id.
rightJournalId
The second journal id.

Returns

true if the journal ids are not equal; otherwise, false.