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 QueryableRelationValue

Operators

operator ==(QueryableRelationValue, long)

Equals operator.

Declaration
RequestResponse
public static bool operator ==(QueryableRelationValue obj1, long obj2)
Parameters
TypeNameDescription
QueryableRelationValueobj1

Left operand.

longobj2

Right operand.

Returns
TypeDescription
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
TypeNameDescription
QueryableRelationValueobj1

Left operand.

longobj2

Right operand.

Returns
TypeDescription
bool

true if the operator evaluates to true, false otherwise.

Extension Methods

Do you have some feedback for us?

If you have suggestions for improving this article,