Click or drag to resize

HttpStatusEquals Method (HttpStatus)

IT Hit WebDAV Classes Reference
Indicates whether the current HttpStatus structure is equal to another HttpStatus structure.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public bool Equals(
	HttpStatus httpStatus
)

Parameters

httpStatus
Type: ITHit.WebDAV.ClientHttpStatus
HttpStatus structure to compare.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.
See Also