AllJoynUnity.AllJoyn.SessionOpts.Compare C# (CSharp) 메소드

Compare() 공개 정적인 메소드

public static Compare ( SessionOpts one, SessionOpts other ) : int
one SessionOpts
other SessionOpts
리턴 int
            public static int Compare(SessionOpts one, SessionOpts other)
            {
                return alljoyn_sessionopts_cmp(one._sessionOpts, other._sessionOpts);
            }