FontSource.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Equals(FontSource) |
Determines whether the specified font source is equal to the current font source. |
| Equals(Object) |
Determines whether the specified object is equal to the current font source. |
Equals(FontSource)
- Source:
- FontSource.cs
- Source:
- FontSource.cs
- Source:
- FontSource.cs
Determines whether the specified font source is equal to the current font source.
public:
virtual bool Equals(Microsoft::Maui::Graphics::FontSource other);
public bool Equals(Microsoft.Maui.Graphics.FontSource other);
override this.Equals : Microsoft.Maui.Graphics.FontSource -> bool
Public Function Equals (other As FontSource) As Boolean
Parameters
- other
- FontSource
The font source to compare with the current font source.
Returns
true if the specified font source is equal to the current font source; otherwise, false.
Implements
Applies to
Equals(Object)
- Source:
- FontSource.cs
- Source:
- FontSource.cs
- Source:
- FontSource.cs
Determines whether the specified object is equal to the current font source.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The object to compare with the current font source.
Returns
true if the specified object is equal to the current font source; otherwise, false.