Click or drag to resize

FtpFileInequality 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 !=(
	FtpFile value1,
	FtpFile value2
)
View Source

Parameters

value1  FtpFile
A FtpFile as the left hand operand.
value2  FtpFile
A FtpFile as the right hand operand.

Return Value

Boolean
A Boolean value indicating the result of the comparison.
See Also