MaxiCodeExtendedParameters.op_Equality

MaxiCodeExtendedParameters Equality operator

Returns a value indicating whether the first MaxiCodeExtendedParameters value is equal to the second.

public static bool operator ==(MaxiCodeExtendedParameters first, MaxiCodeExtendedParameters second)
ParameterTypeDescription
firstMaxiCodeExtendedParametersA first compared value
secondMaxiCodeExtendedParametersA second compared value

Return Value

true if first has the same value as second; otherwise, false.

See Also