WowPacketParser.Misc.WowGuid.operator C# (CSharp) Метод

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

public static operator ( ) : bool
Результат bool
        public static bool operator !=(WowGuid first, WowGuid other)
        {
            return !(first == other);
        }