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