![]() ![]()
|
AreNotEqual( ) method
(Windows only; GUI for .NET only)Compares the underlying values of the specified enumeration types and returns TRUE if the values are not equal. Otherwise, it returns FALSE.
Return type: LOGICAL
Access: PUBLIC STATIC
Applies to: Progress.Util.EnumHelper class
enum1enum2Specify a static reference to an enumeration value using the following syntax:
Where
enum-typeis the type name of the enumeration andenum-memberis a member name of the enumeration. For example:
See also: AreEqual( ) method
![]() |
OpenEdge Release 10.2B
|
![]() ![]()
|