ContentDispositionHeaderValueEquals Method
Determines whether the specified Object is equal to this instance.

Namespace: Aspose.Html.Net.Headers
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with this instance.

Return Value

Type: Boolean
true if the specified Object is equal to this instance; otherwise, false.
See Also