Click or drag to resize
BroccoliSharp BroSubnetEquals Method (BroSubnet)
Indicates whether the current BroSubnet is equal to another BroSubnet.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool Equals(
	BroSubnet other
)

Parameters

other
Type: BroccoliSharpBroSubnet
A BroSubnet to compare with this BroSubnet.

Return Value

Type: Boolean
true if this BroSubnet is equal to the otherBroSubnet; otherwise, false.

Implements

IEquatableTEquals(T)
See Also