|
BroPortEquals Method (BroPort) |
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public bool Equals(
BroPort other
)
Public Function Equals (
other As BroPort
) As Boolean
abstract Equals :
other : BroPort -> bool
override Equals :
other : BroPort -> bool
public final boolean Equals(
BroPort other
)
Parameters
- other
- Type: BroccoliSharpBroPort
A BroPort to compare with this BroPort.
Return Value
Type:
Booleantrue if this
BroPort is equal to the
otherBroPort; otherwise,
false.
Implements
IEquatableTEquals(T)See Also