AllJoynUnity.AllJoyn.SessionOpts.Compare C# (CSharp) Method

Compare() public static method

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