Equals

Equals(FontWeight)

Determines whether specified FontWeight instances are equal

public bool Equals(FontWeight other)
Parameter Type Description
other FontWeight Other FontWeight instance to check the equality

Return Value

true if are equal, false if are unequal

See Also


Equals(object)

Determines whether this FontWeight instance is equal to specified uncasted

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

Return Value

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

See Also