Expected |
The ExpectedCorrelation type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(ExpectedCorrelation) | Returns true if other represents the same expected correlation; false otherwise. | |
| Equals(Object) |
Returns true if obj is the same
ExpectedCorrelation as this; false otherwise.
(Overrides ValueTypeEquals(Object)) | |
| GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ValueTypeGetHashCode) | |
| GetValues | Returns an array of the available ExpectedCorrelation values. | |
| ToString |
Returns a non-null, non-empty string representation of this item in
the format required to specify an ExpectedCorrelation in the
request XML ("Positive", "Negative", or
"PositiveOrNegative").
(Overrides ValueTypeToString) |