Table of Contents

Operator operator ==

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

operator ==(SensitiveByteArray?, SensitiveByteArray?)

Determines whether two specified sensitive byte arrays have the same value.

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 the same as the value of right; otherwise, false.