1. Stylelabs.M.Base.Querying.Linq

Class QueryableId

Used by querying to compare id-type values.

Inheritance

object

QueryableId

Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class QueryableId

Operators

operator ==(QueryableId, long)

Equals operator.

Declaration

public static bool operator ==(QueryableId obj1, long obj2)

Parameters

TypeNameDescription
QueryableIdobj1Left operand.
longobj2Right operand.

Returns

TypeDescription
booltrue if the operator evaluates to true, false otherwise.

operator !=(QueryableId, long)

Not equals operator.

Declaration

public static bool operator !=(QueryableId obj1, long obj2)

Parameters

TypeNameDescription
QueryableIdobj1Left operand.
longobj2Right operand.

Returns

TypeDescription
booltrue if the operator evaluates to true, false otherwise.

Extension Methods

QueryableIdExtensions.In(QueryableId, IEnumerable)

QueryableIdExtensions.In(QueryableId, params long[])

If you have suggestions for improving this article, let us know!