Compares to KeyValuePair objects and returns a bool value indicating whether or not they represent the same information.
Namespace: Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public static bool operator ==( KeyValuePair left, KeyValuePair right ) |
| Visual Basic |
|---|
Public Shared Operator = ( _ left As KeyValuePair, _ right As KeyValuePair _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator ==( KeyValuePair left, KeyValuePair right ) |
Parameters
- left
- Type: Asi.iBO..::..KeyValuePair
The KeyValuePair object on the left side of the operator.
- right
- Type: Asi.iBO..::..KeyValuePair
The KeyValuePair object on the right side of the operator.