Pdf417ExtendedParameters.op_Equality

Pdf417ExtendedParameters Equality operator

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

public static bool operator ==(Pdf417ExtendedParameters first, Pdf417ExtendedParameters second)
ParameterTypeDescription
firstPdf417ExtendedParametersA first compared value
secondPdf417ExtendedParametersA second compared value

Return Value

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

See Also