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