AztecExtendedParameters.op_Inequality

AztecExtendedParameters Inequality operator

Returns a value indicating if the first AztecExtendedParameters value is different from the second.

public static bool operator !=(AztecExtendedParameters first, AztecExtendedParameters second)
ParameterTypeDescription
firstAztecExtendedParametersA first compared value
secondAztecExtendedParametersA second compared value

Return Value

true if first has the different value from second; otherwise, false.

See Also