using System;
public class Program
{
public static void Main()
Console.WriteLine((int)AccountFlags.Aipba);
Console.WriteLine((int)AccountFlags.UDrove);
Console.WriteLine(AccountFlags.Aipba == AccountFlags.UDrove);
}
public enum AccountFlags
//[StringValue("Indicates that the account did not meet the 75K Broker Bond requirement and lost their broker Authority.")]
Map21 = 1,
//[StringValue("Indicates that we do not want to continue doing business with this customer account.")]
Blocked,
UDrovePackage,
UDroveDeclined,
//[StringValue("Indicates that this account is affiliated with UDrove.")]
UDrove,
Aipba = 5,
Pangea = 6,
Freight4Us,
Tia,
TiaP3,
TcaMember,
DandSFactors,
WitMember,
Broker,
Trucker,
Shipper,
Employee,
//[StringValue("Indicates that the account has Opted Out of BrokerBing.")]
OptOutBrokerBing,
//[StringValue("Indicates that the account has Opted Out of HotProspects.")]
OptOutHotProspects,
//[StringValue("Indicates that the account is using Enhanced version of ITS2.")]
Enhanced_ITS2 = 21