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