Click or drag to resize
BroccoliSharp BroStringEquals Method (BroString)
Indicates whether the current BroString is equal to another BroString.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool Equals(
	BroString other
)

Parameters

other
Type: BroccoliSharpBroString
A BroString to compare with this BroString.

Return Value

Type: Boolean
true if this BroString is equal to the otherBroString; otherwise, false.

Implements

IEquatableTEquals(T)
See Also