コード例 #1
0
ファイル: TestService.cs プロジェクト: divyang4481/IIOPNet
 /// <summary>
 /// used to check, if a reference passed is equal to this object itself.
 /// </summary>
 public bool CheckEqualityWithService(MarshalByRefObject toCheck)
 {
     return(toCheck.Equals(this));
 }