System.Data.SqlTypes.SqlGuid.LessThan C# (CSharp) 메소드

LessThan() 공개 정적인 메소드

public static LessThan ( SqlGuid x, SqlGuid y ) : SqlBoolean
x SqlGuid
y SqlGuid
리턴 SqlBoolean
        public static SqlBoolean LessThan(SqlGuid x, SqlGuid y)
        {
            return (x < y);
        }