FMOD.HandleBase.isValid C# (CSharp) Method

isValid() public method

public isValid ( ) : bool
return bool
        public bool isValid()
        {
            return rawPtr != IntPtr.Zero;
        }