FillFormatEquality Operator Bytescout Spreadsheet SDK
Implements the operator ==.

Namespace:  Bytescout.Spreadsheet.Charts
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public static bool operator ==(
	FillFormat left,
	FillFormat right
)

Parameters

left
Type: Bytescout.Spreadsheet.ChartsFillFormat
The left.
right
Type: Bytescout.Spreadsheet.ChartsFillFormat
The right.

Return Value

Type: Boolean
The result of the operator.
See Also

Reference