Click or drag to resize
BroccoliSharp BroStringEquality Operator
Equality operator for BroString.

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

Parameters

left
Type: BroccoliSharpBroString
Left BroString operand to test for equality.
right
Type: BroccoliSharpBroString
Right BroString operand to test for equality.

Return Value

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