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