Operator operator !=
- Namespace
- WhalesSecret.TradeScriptLib.Entities.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
operator !=(MarketOrderRequest?, MarketOrderRequest?)
Determines whether two specified market order requests have different values.
public static bool operator !=(MarketOrderRequest? left, MarketOrderRequest? right)
Parameters
left
MarketOrderRequestThe first market order request to compare, or
null
.right
MarketOrderRequestThe second market order request to compare, or
null
.
Returns
- bool
true
if the value ofleft
is different from the value ofright
; otherwise,false
.