Adf.Business.ValueObject.Email.operator C# (CSharp) 메소드

operator() 공개 정적인 메소드

Returns the inequality of two Email objects.
public static operator ( ) : bool
리턴 bool
        public static bool operator !=(Email i, Email j)
        {
            return !(i == j);
        }