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

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

Parameters

other
Type: BroccoliSharpBroField
A BroField to compare with this BroField.

Return Value

Type: Boolean
true if this BroField is equal to the otherBroField; otherwise, false.

Implements

IEquatableTEquals(T)
See Also