AssetsWatcher.AssetFileInfo.operator C# (CSharp) Метод

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool
        public static bool operator !=(AssetFileInfo x, AssetFileInfo y)
        {
            return !System.Object.Equals (x, y);
        }