Visual Basic (Declaration) | |
---|---|
Public Enum FilterOperator Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FilterOperator |
C# | |
---|---|
public enum FilterOperator : System.Enum, System.IComparable, System.IConvertible, System.IFormattable |
C++/CLI | |
---|---|
public enum class FilterOperator : public 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family