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