Click or drag to resize

UnixPermissionSetEquals(Object) Method

Determines whether the specified Object is equal to the current Object.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with the current Object.

Return Value

Boolean
true if the specified Object is equal to the current Object; otherwise, false.
Exceptions
ExceptionCondition
NullReferenceExceptionThe obj parameter is null.
See Also