| 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.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)