op_Inequality

FileType Inequality operator

Determines whether two FileType objects are not the same.

public static bool operator !=(FileType left, FileType right)
Parameter Type Description
left FileType Left FileType object.
right FileType Right FileType object.

Return Value

true

if both FileType objects are not the same; otherwise,

false

See Also