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
leftOrderRequestThe first order request to compare, or
null.rightOrderRequestThe second order request to compare, or
null.
Returns
- bool
trueif the value ofleftis the same as the value ofright; otherwise,false.