IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace : FilterOperator Enumeration |
'Declaration
Public Enum FilterOperator Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As FilterOperator
public enum FilterOperator : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
All | Whether all of the values satisfies the specified predicate. |
Any | Whether any of the values satisfies the specified predicate. |
Contains | Whether the specified string occurs within this string. |
EndsWith | Whether the ending of a string matches a specified string. |
InList | Whether the value is within the specified list. |
IsEqualTo | Equality comparison. |
IsGreaterThan | "Greater than" numeric comparison. |
IsGreaterThanOrEqualTo | "Greater than or equal" numeric comparison. |
IsLessThan | "Less than" numeric comparison. |
IsLessThanOrEqualTo | "Less than or equal" numeric comparison. |
IsNotEqualTo | Inequality comparison. |
StartsWith | Whether the beginning of a string matches a specified string. |
System.Object
System.ValueType
System.Enum
IdeaBlade.Linq.FilterOperator
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2