LineCapStyleEquals Method

Test whether the two objects are the same.

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public override bool Equals(
        Object obj
)

Parameters

obj
Type: SystemObject
The object to test against.

Return Value

Type: Boolean
Whether the objects are equal.
See Also