HttpMethodInequality Operator |
Implements the equality operator.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic static bool operator !=(
HttpMethod left,
HttpMethod right
)
Public Shared Operator <> (
left As HttpMethod,
right As HttpMethod
) As Boolean
public:
static bool operator !=(
HttpMethod^ left,
HttpMethod^ right
)
static let inline (<>)
left : HttpMethod *
right : HttpMethod : bool
Parameters
- left
- Type: Aspose.Html.NetHttpMethod
The left operand. - right
- Type: Aspose.Html.NetHttpMethod
The left operand.
Return Value
Type:
Boolean
The result of the operation.
See Also