Equals

Equals(FontType)

Determines whether this instance is equal with specified “FontType” instance

public bool Equals(FontType other)
Parameter Type Description
other FontType Other FontType instance to check with this

Return Value

True if are equal, false if are unequal

See Also


Equals(object)

Determines whether this instance is equal with specified uncasted object, which presumably is another “FontType” instance

public override bool Equals(object obj)
Parameter Type Description
obj Object Other instance presumably of FontType struct, that was boxed to System.Object

Return Value

True if are equal, false if are unequal

See Also