Table of Contents

Operator operator !=

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

operator !=(DepositInformation?, DepositInformation)

Determines whether two specified deposits have different values.

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

Parameters

left DepositInformation

The first deposit to compare, or null.

right DepositInformation

The second deposit to compare, or null.

Returns

bool

true if the value of left is the same as the value of right; otherwise, false.