ValidationEquality Operator Bytescout Spreadsheet SDK
Implements the operator ==.

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

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

Parameters

left
Type: Bytescout.SpreadsheetValidation
The left.
right
Type: Bytescout.SpreadsheetValidation
The right.

Return Value

Type: Boolean
The result of the operator.
See Also

Reference