Class QueryablePropertyValue
Used by querying to compare property values.
Inheritance
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class QueryablePropertyValue
Operators
operator ==(QueryablePropertyValue, DateTime)
Equals datetime operator.
Declaration
public static bool operator ==(QueryablePropertyValue obj1, DateTime obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
DateTime | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator ==(QueryablePropertyValue, DateTimeOffset)
Equals datetime offset operator.
Declaration
public static bool operator ==(QueryablePropertyValue obj1, DateTimeOffset obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
DateTimeOffset | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator ==(QueryablePropertyValue, bool)
Equals boolean operator.
Declaration
public static bool operator ==(QueryablePropertyValue obj1, bool obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
bool | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator ==(QueryablePropertyValue, decimal)
Equals decimal operator.
Declaration
public static bool operator ==(QueryablePropertyValue obj1, decimal obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
decimal | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator ==(QueryablePropertyValue, int)
Equals integer operator.
Declaration
public static bool operator ==(QueryablePropertyValue obj1, int obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
int | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator ==(QueryablePropertyValue, long)
Equals long operator.
Declaration
public static bool operator ==(QueryablePropertyValue obj1, long obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
long | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator ==(QueryablePropertyValue, float)
Equals float operator.
Declaration
public static bool operator ==(QueryablePropertyValue obj1, float obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
float | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator ==(QueryablePropertyValue, string)
Equals string operator.
Declaration
public static bool operator ==(QueryablePropertyValue obj1, string obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
string | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator >(QueryablePropertyValue, DateTime)
Greater than datetime operator.
Declaration
public static bool operator >(QueryablePropertyValue obj1, DateTime obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
DateTime | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator >(QueryablePropertyValue, DateTimeOffset)
Greater than datetime offset operator.
Declaration
public static bool operator >(QueryablePropertyValue obj1, DateTimeOffset obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
DateTimeOffset | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator >(QueryablePropertyValue, decimal)
Greater than decimal operator.
Declaration
public static bool operator >(QueryablePropertyValue obj1, decimal obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
decimal | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator >(QueryablePropertyValue, int)
Greater than integer operator.
Declaration
public static bool operator >(QueryablePropertyValue obj1, int obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
int | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator >(QueryablePropertyValue, long)
Greater than long operator.
Declaration
public static bool operator >(QueryablePropertyValue obj1, long obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
long | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator >(QueryablePropertyValue, float)
Greater than float operator.
Declaration
public static bool operator >(QueryablePropertyValue obj1, float obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
float | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator >=(QueryablePropertyValue, DateTime)
Greater or equals to datetime operator.
Declaration
public static bool operator >=(QueryablePropertyValue obj1, DateTime obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
DateTime | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator >=(QueryablePropertyValue, DateTimeOffset)
Greater or equals to datetime offset operator.
Declaration
public static bool operator >=(QueryablePropertyValue obj1, DateTimeOffset obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
DateTimeOffset | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator >=(QueryablePropertyValue, decimal)
Greater or equals to decimal operator.
Declaration
public static bool operator >=(QueryablePropertyValue obj1, decimal obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
decimal | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator >=(QueryablePropertyValue, int)
Greater or equals to integer operator.
Declaration
public static bool operator >=(QueryablePropertyValue obj1, int obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
int | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator >=(QueryablePropertyValue, long)
Greater or equals to long operator.
Declaration
public static bool operator >=(QueryablePropertyValue obj1, long obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
long | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator >=(QueryablePropertyValue, float)
Greater or equals to float operator.
Declaration
public static bool operator >=(QueryablePropertyValue obj1, float obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
float | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
implicit operator bool(QueryablePropertyValue)
Equals operator.
Declaration
public static implicit operator bool(QueryablePropertyValue obj)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj |
Operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator !=(QueryablePropertyValue, DateTime)
Not equals datetime operator.
Declaration
public static bool operator !=(QueryablePropertyValue obj1, DateTime obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
DateTime | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator !=(QueryablePropertyValue, DateTimeOffset)
Not equals datetime offset operator.
Declaration
public static bool operator !=(QueryablePropertyValue obj1, DateTimeOffset obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
DateTimeOffset | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator !=(QueryablePropertyValue, bool)
Not equals boolean operator.
Declaration
public static bool operator !=(QueryablePropertyValue obj1, bool obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
bool | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator !=(QueryablePropertyValue, decimal)
Not equals decimal operator.
Declaration
public static bool operator !=(QueryablePropertyValue obj1, decimal obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
decimal | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator !=(QueryablePropertyValue, int)
Not equals integer operator.
Declaration
public static bool operator !=(QueryablePropertyValue obj1, int obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
int | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator !=(QueryablePropertyValue, long)
Not equals long operator.
Declaration
public static bool operator !=(QueryablePropertyValue obj1, long obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
long | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator !=(QueryablePropertyValue, float)
Not equals float operator.
Declaration
public static bool operator !=(QueryablePropertyValue obj1, float obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
float | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator !=(QueryablePropertyValue, string)
Not equals string operator.
Declaration
public static bool operator !=(QueryablePropertyValue obj1, string obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
string | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator <(QueryablePropertyValue, DateTime)
Less than datetime operator.
Declaration
public static bool operator <(QueryablePropertyValue obj1, DateTime obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
DateTime | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator <(QueryablePropertyValue, DateTimeOffset)
Less than datetime offset operator.
Declaration
public static bool operator <(QueryablePropertyValue obj1, DateTimeOffset obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
DateTimeOffset | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator <(QueryablePropertyValue, decimal)
Less than decimal operator.
Declaration
public static bool operator <(QueryablePropertyValue obj1, decimal obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
decimal | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator <(QueryablePropertyValue, int)
Less than integer operator.
Declaration
public static bool operator <(QueryablePropertyValue obj1, int obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
int | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator <(QueryablePropertyValue, long)
Less than long operator.
Declaration
public static bool operator <(QueryablePropertyValue obj1, long obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
long | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator <(QueryablePropertyValue, float)
Less than float operator.
Declaration
public static bool operator <(QueryablePropertyValue obj1, float obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
float | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator <=(QueryablePropertyValue, DateTime)
Less or equals to datetime operator.
Declaration
public static bool operator <=(QueryablePropertyValue obj1, DateTime obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
DateTime | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator <=(QueryablePropertyValue, DateTimeOffset)
Less or equals to datetime offset operator.
Declaration
public static bool operator <=(QueryablePropertyValue obj1, DateTimeOffset obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
DateTimeOffset | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator <=(QueryablePropertyValue, decimal)
Less or equals to decimal operator.
Declaration
public static bool operator <=(QueryablePropertyValue obj1, decimal obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
decimal | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator <=(QueryablePropertyValue, int)
Less or equals to integer operator.
Declaration
public static bool operator <=(QueryablePropertyValue obj1, int obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
int | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator <=(QueryablePropertyValue, long)
Less or equals to long operator.
Declaration
public static bool operator <=(QueryablePropertyValue obj1, long obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
long | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |
operator <=(QueryablePropertyValue, float)
Less or equals to float operator.
Declaration
public static bool operator <=(QueryablePropertyValue obj1, float obj2)
Parameters
Type | Name | Description |
---|---|---|
QueryablePropertyValue | obj1 |
Left operand. |
float | obj2 |
Right operand. |
Returns
Type | Description |
---|---|
bool |
true if the operator evaluates to true, false otherwise. |