Recurity.Swf.Rect.Verify C# (CSharp) Method

Verify() public method

public Verify ( ) : bool
return bool
        public bool Verify()
        {
            // TODO : implement real check here.
            return true;
        }