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