IsLessOrEqual( ) methodCompares the underlying values of the specified enumeration types and returns TRUE if the first value is less than or equal to the second value. Otherwise, it returns FALSE.
Return type:
Access:
Applies to:
EnumHelper:IsLessOrEqual ( INPUT enum1 AS CLASS System.Enum,INPUT enum2 AS CLASS System.Enum )
enum-type:enum-memberWhere enum-type is the type name of the enumeration and enum-member is a member name of the enumeration. For example:
System.Windows.Forms.AnchorStyles:BottomFor information on the System.Enum class and .NET enumeration types, refer to the .NET Framework class library.
See also:
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates. |