Class QueryableId
Version: 3.2
Used by querying to compare id-type values.
Inheritance
object
QueryableId
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class QueryableIdOperators
operator ==(QueryableId, long)
Equals operator.
Declaration
RequestResponse
public static bool operator ==(QueryableId obj1, long obj2)Parameters
| Type | Name | Description |
|---|---|---|
| QueryableId | obj1 |
Left operand. |
| long | obj2 |
Right operand. |
Returns
| Type | Description |
|---|---|
| bool |
true if the operator evaluates to true, false otherwise. |
operator !=(QueryableId, long)
Not equals operator.
Declaration
RequestResponse
public static bool operator !=(QueryableId obj1, long obj2)Parameters
| Type | Name | Description |
|---|---|---|
| QueryableId | obj1 |
Left operand. |
| long | obj2 |
Right operand. |
Returns
| Type | Description |
|---|---|
| bool |
true if the operator evaluates to true, false otherwise. |