Table of Contents

Operator operator ==

Namespace
DocWright.Formats.Html
Assembly
DocWright.Formats.Html.dll

operator ==(HtmlResource, HtmlResource)

Compares two resources for equality.

public static bool operator ==(HtmlResource left, HtmlResource right)

Parameters

left HtmlResource

The left resource.

right HtmlResource

The right resource.

Returns

bool

true when both refer to the same byte array and content type.