PatientPending.Core.NHSNumber.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(NHSNumber c1, NHSNumber c2)
        {
            return c1._number != c2._number;
        }