op_Inequality

FolderFontSource Inequality operator

Determines whether two FolderFontSource objects are not the same.

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

Return Value

true

if both FolderFontSource objects are not the same; otherwise,

false

See Also