Keysight Pathwave 89600 VSA .NET API
Inequality Operator
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > DisplayFontInfo Structure : Inequality Operator


font1
The first instance of DisplayFontInfo to compare.
font2
The second instance of DisplayFontInfo to compare.

Glossary Item Box

Compares two DisplayFontInfo structures to determine if they are not equal.

Syntax

Visual Basic (Declaration) 
Public Operator <>( _
   ByVal font1 As DisplayFontInfo, _
   ByVal font2 As DisplayFontInfo _
) As Boolean
C# 
public bool operator !=( 
   DisplayFontInfo font1,
   DisplayFontInfo font2
)
C++/CLI 
public:
bool operator !=( 
   DisplayFontInfo font1,
   DisplayFontInfo font2
)

Parameters

font1
The first instance of DisplayFontInfo to compare.
font2
The second instance of DisplayFontInfo to compare.

Return Value

true if the two instances do not have the same information; otherwise, false.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also