Version

Inequality Operator (RichTextFont)

Determines wither the two RichTextFont values are unequal.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal f1 As RichTextFont, _
   ByVal f2 As RichTextFont _
) As Boolean
public bool operator !=( 
   RichTextFont f1,
   RichTextFont f2
)

Parameters

f1
The first font to compare.
f2
The second font to compare.

Return Value

True if the fonts are equal; False otherwise.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also