HttpMethod.op_Equality

HttpMethod Equality 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