Operator operator ==
- Namespace
- WhalesSecret.TradeScriptLib.Entities.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
operator ==(FilledSizeAndAvgPrice, FilledSizeAndAvgPrice)
Determines whether two specified filled sizes and average prices have the same value.
public static bool operator ==(FilledSizeAndAvgPrice left, FilledSizeAndAvgPrice right)
Parameters
left
FilledSizeAndAvgPriceThe first filled size and average price to compare.
right
FilledSizeAndAvgPriceThe second filled size and average price to compare.
Returns
- bool
true
if the value ofleft
is the same as the value ofright
; otherwise,false
.