Click or drag to resize

FtpDirectoryInequality Operator

Compares the two values for inequality.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static bool operator !=(
	FtpDirectory value1,
	FtpDirectory value2
)
View Source

Parameters

value1  FtpDirectory
A FtpDirectory left hand operand.
value2  FtpDirectory
A FtpDirectory right hand operand.

Return Value

Boolean
A Boolean value indicating the result.
See Also