AreEqual( ) methodCompares the underlying values of the specified enumeration types and returns TRUE if the values are equal. Otherwise, it returns FALSE.
Return type:
Access:
Applies to:
EnumHelper:AreEqual ( 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:Bottom
See also:
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates. |