コード例 #1
0
 static bool IocChanged(IOConnectionInfo ioc, IOConnectionInfo other)
 {
     if ((ioc == null) || (other == null))
     {
         return(false);
     }
     return(!ioc.IsSameFileAs(other));
 }