Click or drag to resize
BroccoliSharp BroValueEquals Method (BroValue)
Indicates whether the current BroValue is equal to another BroValue of the same BroType.

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

Parameters

other
Type: BroccoliSharpBroValue
A BroValue to compare with this BroValue.

Return Value

Type: Boolean
true if this BroValue is equal to the otherBroValue; otherwise, false.

Implements

IEquatableTEquals(T)
See Also