Click or drag to resize

UnixPermissionSetEquals(UnixPermissionSet) Method

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.26109.1248
Syntax
public bool Equals(
	UnixPermissionSet other
)

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