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);
            }