ValidationResult<TResult,TError>.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Equals(ValidationResult<TResult,TError>) |
Determines whether the specified ValidationResult<TResult,TError> is equal to the current instance. |
| Equals(Object) |
Determines whether the specified object is equal to the current instance of ValidationResult<TResult,TError>. |
Equals(ValidationResult<TResult,TError>)
Determines whether the specified ValidationResult<TResult,TError> is equal to the current instance.
public bool Equals(Microsoft.IdentityModel.Tokens.Experimental.ValidationResult<TResult,TError> other);
Public Function Equals (other As ValidationResult(Of TResult, TError)) As Boolean
Parameters
The ValidationResult<TResult,TError> to compare with the current instance.
Returns
true if the specified ValidationResult<TResult,TError> is equal to the current instance; otherwise, false.
Implements
Applies to
Equals(Object)
Determines whether the specified object is equal to the current instance of ValidationResult<TResult,TError>.
public override bool Equals(object obj);
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The object to compare with the current instance.
Returns
true if the specified object is equal to the current instance; otherwise, false.