Click or drag to resize
BroccoliSharp BroFieldEquality Operator
Equality operator for BroField.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public static bool operator ==(
	BroField left,
	BroField right
)

Parameters

left
Type: BroccoliSharpBroField
Left BroField operand to test for equality.
right
Type: BroccoliSharpBroField
Right BroField operand to test for equality.

Return Value

Type: Boolean
true if left parameter is equal to right parameter; otherwise, false.
See Also