TransformEquals Method

Determines whether the specified Object is a transformation identical to this transformation.

 

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 compare.

Return Value

Type: Boolean
true if obj is a transformation identical to this transformation; otherwise, false.
See Also