ValidationResult<TResult,TError>.Inequality Operator
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.
Inequality comparison operator for ValidationResult<TResult,TError>.
public static bool operator !=(Microsoft.IdentityModel.Tokens.Experimental.ValidationResult<TResult,TError> left, Microsoft.IdentityModel.Tokens.Experimental.ValidationResult<TResult,TError> right);
Public Shared Operator != (left As ValidationResult(Of TResult, TError), right As ValidationResult(Of TResult, TError)) As Boolean
Parameters
The left value to compare.
The right value to compare.
Returns
A boolean indicating whether the left value is not equal to the right one.