AztecExtendedParameters.op_Equality

AztecExtendedParameters Equality operator

Returns a value indicating whether the first AztecExtendedParameters value is equal to 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 same value as second; otherwise, false.

See Also