AssetsWatcher.AssetFileInfo.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : bool
Résultat bool
        public static bool operator !=(AssetFileInfo x, AssetFileInfo y)
        {
            return !System.Object.Equals (x, y);
        }