HttpMethod.Equals Method (HttpMethod)
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Function Equals ( _
other As HttpMethod _
) As Boolean
'Usage
Dim instance As HttpMethod
Dim other As HttpMethod
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
HttpMethod other
)
public:
virtual bool Equals(
HttpMethod^ other
) sealed
abstract Equals :
other:HttpMethod -> bool
override Equals :
other:HttpMethod -> bool
public final function Equals(
other : HttpMethod
) : boolean
Parameters
- other
Type: System.Net.Http.HttpMethod
Return Value
Type: System.Boolean
Returns Boolean.