operator ==
operator in Coherence.Cloud.Value
Operators
public static bool operator ==(Value left, Value right)
Parameters
Type | Name | Description |
---|---|---|
Value | left | |
Value | right |
Returns
Type | Description |
---|---|
bool |
public static bool operator ==(Value left, string right)
Parameters
Type | Name | Description |
---|---|---|
Value | left | |
string | right |
Returns
Type | Description |
---|---|
bool |
public static bool operator ==(Value left, bool right)
Parameters
Type | Name | Description |
---|---|---|
Value | left | |
bool | right |
Returns
Type | Description |
---|---|
bool |
public static bool operator ==(Value left, int right)
Parameters
Type | Name | Description |
---|---|---|
Value | left | |
int | right |
Returns
Type | Description |
---|---|
bool |
public static bool operator ==(Value left, byte right)
Parameters
Type | Name | Description |
---|---|---|
Value | left | |
byte | right |
Returns
Type | Description |
---|---|
bool |
public static bool operator ==(Value left, Enum right)
Parameters
Type | Name | Description |
---|---|---|
Value | left | |
Enum | right |
Returns
Type | Description |
---|---|
bool |