C# Class Recurity.Swf.AVM1.ActionStrictEquals

Blitzableiter ActionStrictEquals represents the Adobe AVM1 ActionStrictEquals
Inheritance: AbstractAction
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
ActionStrictEquals ( ) : System

is similar to ActionEquals2, but the two arguments must be of the same type in order to be considered equal. Implements the ‘===’ operator from the ActionScript language.

Method Details

ActionStrictEquals() public méthode

is similar to ActionEquals2, but the two arguments must be of the same type in order to be considered equal. Implements the ‘===’ operator from the ActionScript language.
public ActionStrictEquals ( ) : System
Résultat System