Equals

Equals(TextType)

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

public bool Equals(TextType other)
Parameter Type Description
other TextType Other TextType instance, that should be compared with this on equality

Return Value

Returns true if are equal or false if are unequal

See Also


Equals(object)

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

public override bool Equals(object obj)
Parameter Type Description
obj Object Other TextType instance, that is boxed to object

Return Value

Returns true if are equal or false if are unequal

See Also