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
)
Public Shared Operator = (
left As ServerStatisticsInfo,
right As ServerStatisticsInfo
) As Boolean
public:
static bool operator ==(
ServerStatisticsInfo^ left,
ServerStatisticsInfo^ right
)
static let inline (=)
left : ServerStatisticsInfo *
right : ServerStatisticsInfo : bool
Parameters
- left
- Type: Alphaleonis.Win32.NetworkServerStatisticsInfo
A. - right
- Type: Alphaleonis.Win32.NetworkServerStatisticsInfo
B.
Return Value
Type:
BooleanThe result of the operator.
See Also