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
leftFilledSizeAndAvgPriceThe first filled size and average price to compare.
rightFilledSizeAndAvgPriceThe second filled size and average price to compare.
Returns
- bool
trueif the value ofleftis the same as the value ofright; otherwise,false.