Click or drag to resize

RegressionTag Methods

The RegressionTag type exposes the following members.

Methods
 NameDescription
Public methodEquals(Object) Returns true if obj is the same RegressionTag as this; false otherwise.
(Overrides ValueTypeEquals(Object))
Public methodEquals(RegressionTag) Returns true if other represents the same regression tag; false otherwise.
Public methodStatic memberFromString Returns the non-null RegressionTag with the specified String (returned by its ToString method).
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode)
Public methodStatic memberGetValues Returns an array of the available RegressionTag values.
Public methodToString Returns a non-null, non-empty string representation of this enum constant in the format used to specify a RegressionTag in the response XML ("Shortlist", "NotableOther", "Requested", or "InShortlistRange").
(Overrides ValueTypeToString)
Top
See Also