Method | Defined 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 |
clone | () | method |
public static function clone(object:*):*
Clone any object, IStiClonable interface is supported.
Parameters
object:* |
* |
equals | () | method |
public static function equals(object1:*, object2:*):Boolean
Compare any objects, IStiEquals interface is supported.
Parameters
object1:* | |
object2:* |
Boolean |