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