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

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

Parameters

other
Type: BroccoliSharpBroPort
A BroPort to compare with this BroPort.

Return Value

Type: Boolean
true if this BroPort is equal to the otherBroPort; otherwise, false.

Implements

IEquatableTEquals(T)
See Also