Click or drag to resize

ServerStatisticsInfoEquality Operator

Implements the operator ==

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static bool operator ==(
	ServerStatisticsInfo left,
	ServerStatisticsInfo right
)

Parameters

left
Type: Alphaleonis.Win32.NetworkServerStatisticsInfo
A.
right
Type: Alphaleonis.Win32.NetworkServerStatisticsInfo
B.

Return Value

Type: Boolean
The result of the operator.
See Also