Equals

Equals(FontStyle)

Determines whether this font-style instance is equal to specified

public bool Equals(FontStyle other)
Parameter Type Description
other FontStyle Other font-style instance

Return Value

true if are equal, false otherwise

See Also


Equals(object)

Determines whether this font-style instance is equal to specified uncasted

public override bool Equals(object obj)
Parameter Type Description
obj Object Other uncasted font-style instance, may be null

Return Value

true if are equal, false if not equal, null or of other type

See Also