Equals

Equals(FontStyles)

Indicates whether this FontStyles instance is equal to specified

public bool Equals(FontStyles other)
Parameter Type Description
other FontStyles Other FontStyles instance

Return Value

true if are equal, false otherwise

See Also


Equals(object)

Indicates whether this FontStyles instance is equal to specified uncasted

public override bool Equals(object other)
Parameter Type Description
other Object Other FontStyles instance, casted to object

Return Value

true if are equal, false otherwise

See Also