Operator operator ==
- Namespace
- WhalesSecret.TradeScriptLib.Entities
- Assembly
- WhalesSecret.TradeScriptLib.dll
operator ==(OrderRequest?, OrderRequest?)
Determines whether two specified order requests have the same value.
public static bool operator ==(OrderRequest? left, OrderRequest? right)
Parameters
left
OrderRequestThe first order request to compare, or
null
.right
OrderRequestThe second order request to compare, or
null
.
Returns
- bool
true
if the value ofleft
is the same as the value ofright
; otherwise,false
.