DotCodeExtendedParameters.op_Equality

DotCodeExtendedParameters Equality operator

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

public static bool operator ==(DotCodeExtendedParameters first, DotCodeExtendedParameters second)
ParameterTypeDescription
firstDotCodeExtendedParametersA first compared value
secondDotCodeExtendedParametersA second compared value

Return Value

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

See Also