QRExtendedParameters.op_Equality

QRExtendedParameters Equality operator

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

public static bool operator ==(QRExtendedParameters first, QRExtendedParameters second)
ParameterTypeDescription
firstQRExtendedParametersA first compared value
secondQRExtendedParametersA second compared value

Return Value

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

See Also