Equals

TextResourceBase.Equals method

Checks this instance with specified on equality.

public bool Equals(IHtmlResource other)
Parameter Type Description
other IHtmlResource Other HTML resource of unknown type, that is also presumable TextResourceBase inheritor

Return Value

Returns true if are equal, or false if are unequal

See Also