GS1CompositeBarExtendedParameters.op_Equality

GS1CompositeBarExtendedParameters Equality operator

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

public static bool operator ==(GS1CompositeBarExtendedParameters first, 
    GS1CompositeBarExtendedParameters second)
ParameterTypeDescription
firstGS1CompositeBarExtendedParametersA first compared value
secondGS1CompositeBarExtendedParametersA second compared value

Return Value

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

See Also