Click or drag to resize

DavStatusEquals Method (DavStatus)

IT Hit WebDAV Classes Reference
Indicates whether the current object is equal to another object of the same type.

Namespace:  ITHit.WebDAV.Server
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public bool Equals(
	DavStatus other
)

Parameters

other
Type: ITHit.WebDAV.ServerDavStatus
An object to compare with this object.

Return Value

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

Implements

IEquatableTEquals(T)
See Also