コード例 #1
0
 bool IEquatable <IInterfaceServer> .Equals(IInterfaceServer other)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool Equals(IInterfaceServer other)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool Equals(IInterfaceServer other)
 {
     return(other != null && NativePointer == other.NativePointer);
 }