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

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

Parameters

other
Type: BroccoliSharpBroAddress
A BroAddress to compare with this BroAddress.

Return Value

Type: Boolean
true if this BroAddress is equal to the otherBroAddress; otherwise, false.

Implements

IEquatableTEquals(T)
See Also