Click or drag to resize

UnixPermissionSetEquals Method (UnixPermissionSet)

Indicates whether the current object is equal to another object of the same type.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public bool Equals(
	UnixPermissionSet other
)

Parameters

other
Type: Limilabs.FTP.ClientUnixPermissionSet
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