C# Class Recurity.Swf.AVM1.ActionStrictEquals

Blitzableiter ActionStrictEquals represents the Adobe AVM1 ActionStrictEquals
Inheritance: AbstractAction
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method 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 method

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
return System