HttpMethod.op_Inequality

HttpMethod Inequality operator

Implements the equality operator.

public static bool operator !=(HttpMethod left, HttpMethod right)
ParameterTypeDescription
leftHttpMethodThe left operand.
rightHttpMethodThe left operand.

Return Value

The result of the operation.

See Also