|
NullEquality Operator
|
The equality operator.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
Syntaxpublic static bool operator ==(
Null left,
Null right
)
Public Shared Operator = (
left As Null,
right As Null
) As Boolean
public:
static bool operator ==(
Null^ left,
Null^ right
)
static let inline (=)
left : Null *
right : Null : bool
JavaScript does not support overloaded operators.
View SourceParameters
- left Null
- Left Null object
- right Null
- Right Null object
Return Value
Boolean
Returns
true if the values of its operands are equal,
false otherwise.
See Also