SetTEquals Method (SetT) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determines whether the given Set is equal to this Set.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool Equals(
Set<T> other
)
Public Function Equals (
other As Set(Of T)
) As Boolean
Parameters
- other
- Type: Telogis.GeoBaseSetT
The other Set.
Return Value
Type:
BooleanThe other Set and this Set are equal.
See Also