Table of Contents

Operator operator !=

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

operator !=(WithdrawalInformation?, WithdrawalInformation)

Determines whether two specified withdrawals have different values.

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

Parameters

left WithdrawalInformation

The first withdrawal to compare, or null.

right WithdrawalInformation

The second withdrawal to compare, or null.

Returns

bool

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