Version

GetComparisonOperators Method

Returns the list of comparison operators that are included in the specified flags.
Syntax
'Declaration
 
Public Shared Function GetComparisonOperators( _
   ByVal flags As ComparisonOperatorFlags _
) As ComparisonOperator()
public static ComparisonOperator[] GetComparisonOperators( 
   ComparisonOperatorFlags flags
)

Parameters

flags
Comparison operator flags.

Return Value

Array of comparison operators that have the associated flag set in the specified flags.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also