Equals

Equals(IHtmlResource)

Checks this instance with specified HTML resource on reference equality

public bool Equals(IHtmlResource other)
Parameter Type Description
other IHtmlResource Other inheritor of IHtmlResource interface

Return Value

True if are equal, false if are unequal

See Also


Equals(FontResourceBase)

Checks this instance with specified font resource on reference equality

public bool Equals(FontResourceBase other)
Parameter Type Description
other FontResourceBase Other inheritor of FontResourceBase abstract class

Return Value

True if are equal, false if are unequal

See Also