C64Lib.Core.Prefs.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(Prefs lhs, Prefs rhs)
        {
            throw new NotImplementedException();
        }