Keysight Pathwave 89600 VSA .NET API
Equals(DisplayFontInfo) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > DisplayFontInfo Structure > Equals Method : Equals(DisplayFontInfo) Method


other
The object to compare with the current instance.

Glossary Item Box

Determines whether the specified object is equal to the current DisplayFontInfo instance.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Equals( _
   ByVal other As DisplayFontInfo _
) As Boolean
C# 
public bool Equals( 
   DisplayFontInfo other
)
C++/CLI 
public:
bool Equals( 
   DisplayFontInfo other
) 

Parameters

other
The object to compare with the current instance.

Return Value

true if the specified object has the same information as the current instance; otherwise, false.

Requirements

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

See Also