ErrorDetailsEquals Method (ErrorDetails)
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(
ErrorDetails other
)
Public Function Equals (
other As ErrorDetails
) As Boolean
public:
virtual bool Equals(
ErrorDetails other
) sealed
abstract Equals :
other : ErrorDetails -> bool
override Equals :
other : ErrorDetails -> bool
Parameters
- other
- Type: ITHit.WebDAV.ServerErrorDetails
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