Table of Contents

Operator operator !=

Namespace
WhalesSecret.TradeScriptLib.Entities
Assembly
WhalesSecret.TradeScriptLib.dll

operator !=(SensitiveByteArray?, SensitiveByteArray?)

Determines whether two specified sensitive byte arrays have different values.

public static bool operator !=(SensitiveByteArray? left, SensitiveByteArray? right)

Parameters

left SensitiveByteArray

The first sensitive byte array to compare, or null.

right SensitiveByteArray

The second sensitive byte array to compare, or null.

Returns

bool

true if the value of left is different from the value of right; otherwise, false.