1. Stylelabs.M.Base.Querying.Linq

Class QueryableIdentifier

Used by querying to compare string-values.

Inheritance

object

QueryableIdentifier

Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class QueryableIdentifier

Operators

operator ==(QueryableIdentifier, string)

Equals operator.

Declaration

public static bool operator ==(QueryableIdentifier obj1, string obj2)

Parameters

TypeNameDescription
QueryableIdentifierobj1Left operand.
stringobj2Right operand.

Returns

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

operator !=(QueryableIdentifier, string)

Not equals operator.

Declaration

public static bool operator !=(QueryableIdentifier obj1, string obj2)

Parameters

TypeNameDescription
QueryableIdentifierobj1Left operand.
stringobj2Right operand.

Returns

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

Extension Methods

QueryableIdentifierExtensions.In(QueryableIdentifier, IEnumerable)

QueryableIdentifierExtensions.In(QueryableIdentifier, params string[])

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