 | UnixPermissionSetEquals(UnixPermissionSet) Method |
Indicates whether the current object is equal to another object of the same type.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool Equals(
UnixPermissionSet other
)
Public Function Equals (
other As UnixPermissionSet
) As Boolean
public:
virtual bool Equals(
UnixPermissionSet^ other
) sealed
abstract Equals :
other : UnixPermissionSet -> bool
override Equals :
other : UnixPermissionSet -> bool Parameters
- other UnixPermissionSet
- An object to compare with this object.
Return Value
Boolean
true if the current object is equal to the
other parameter; otherwise, false.
Implements
IEquatableTEquals(T)
See Also