ValidationResult<TResult,TError>.Equals Method

Definition

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

other
ValidationResult<TResult,TError>

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.

Applies to