Operator operator ==
- Assembly
- WhalesSecret.TradeScriptLib.dll
operator ==(WithdrawalInformation?, WithdrawalInformation?)
Determines whether two specified withdrawals have the same value.
public static bool operator ==(WithdrawalInformation? left, WithdrawalInformation? right)
Parameters
leftWithdrawalInformationThe first withdrawal to compare, or
null.rightWithdrawalInformationThe second withdrawal to compare, or
null.
Returns
- bool
trueif the value ofleftis the same as the value ofright; otherwise,false.