Table of Contents

Operator operator !=

Namespace
DocWright.Core.Text
Assembly
DocWright.Core.dll

operator !=(FieldInstructionToken, FieldInstructionToken)

Compares two tokens for inequality.

public static bool operator !=(FieldInstructionToken left, FieldInstructionToken right)

Parameters

left FieldInstructionToken

The left token.

right FieldInstructionToken

The right token.

Returns

bool

true if the tokens differ.