Packagestimulsoft.flex.base
Classpublic class StiObjectUtils
InheritanceStiObjectUtils Inheritance Object



Public Methods
 MethodDefined By
  
clone(object:*):*
[static] Clone any object, IStiClonable interface is supported.
StiObjectUtils
  
equals(object1:*, object2:*):Boolean
[static] Compare any objects, IStiEquals interface is supported.
StiObjectUtils
Method Detail
clone()method
public static function clone(object:*):*

Clone any object, IStiClonable interface is supported.

Parameters

object:*

Returns
*
equals()method 
public static function equals(object1:*, object2:*):Boolean

Compare any objects, IStiEquals interface is supported.

Parameters

object1:*
 
object2:*

Returns
Boolean