[This is preliminary documentation and is subject to change.]

Determines whether two Object instances are equal.

Namespace: TallComponents.Web
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean

Parameters

obj
Type: System..::..Object

[Missing <param name="obj"/> documentation for "M:TallComponents.Web.Unit.Equals(System.Object)"]

See Also