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
)
Public Function Equals (
other As DavStatus
) As Boolean
public:
virtual bool Equals(
DavStatus other
) sealed
abstract Equals :
other : DavStatus -> bool
override Equals :
other : DavStatus -> bool
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