Org.Apache.Http.ProtocolVersion.IsComparable Method
Checks whether this protocol can be compared to another one.

Syntax

[Android.Runtime.Register("isComparable", "(Lorg/apache/http/ProtocolVersion;)Z", "GetIsComparable_Lorg_apache_http_ProtocolVersion_Handler")]
public virtual bool IsComparable (ProtocolVersion that)

Parameters

that
the protocol version to consider

Returns

Documentation for this section has not yet been entered.

Remarks

Checks whether this protocol can be compared to another one. Only protocol versions with the same protocol name can be ProtocolVersion.CompareToVersion(ProtocolVersion).

[Android Documentation]

Requirements

Namespace: Org.Apache.Http
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1