FontFamilyKeyEquals Method
Determines whether the specified
Object, is equal to this instance.
Namespace: Avalonia.Media.FontsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override bool Equals(
Object? obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
- obj Object
- The Object to compare with this instance.
Booleantrue if the specified
Object is equal to this instance; otherwise,
false.