Table of Contents

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 FilledSizeAndAvgPrice

The first filled size and average price to compare.

right FilledSizeAndAvgPrice

The second filled size and average price to compare.

Returns

bool

true if the value of left is the same as the value of right; otherwise, false.