Class QueryableIdentifier

Used by querying to compare string-values.

Inheritance
object
QueryableIdentifier
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class QueryableIdentifier

Operators

operator ==(QueryableIdentifier, string)

Equals operator.

Declaration
RequestResponse
public static bool operator ==(QueryableIdentifier obj1, string obj2)
Parameters
TypeNameDescription
QueryableIdentifierobj1

Left operand.

stringobj2

Right operand.

Returns
TypeDescription
bool

true if the operator evaluates to true, false otherwise.

operator !=(QueryableIdentifier, string)

Not equals operator.

Declaration
RequestResponse
public static bool operator !=(QueryableIdentifier obj1, string obj2)
Parameters
TypeNameDescription
QueryableIdentifierobj1

Left operand.

stringobj2

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,