DataMatrixExtendedParameters.op_Equality

DataMatrixExtendedParameters Equality operator

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

public static bool operator ==(DataMatrixExtendedParameters first, 
    DataMatrixExtendedParameters second)
ParameterTypeDescription
firstDataMatrixExtendedParametersA first compared value
secondDataMatrixExtendedParametersA second compared value

Return Value

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

See Also