Tests whether the specified object is a StrokeFormat object and is equivalent to this StrokeFormat jbject.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Parameters

obj
Type: System..::..Object
The object to test.

Return Value

true if obj is a StrokeFormat object equivalent to this StrokeFormat object; otherwise, false.

See Also