/// <summary> /// used to check, if a reference passed is equal to this object itself. /// </summary> public bool CheckEqualityWithService(MarshalByRefObject toCheck) { return(toCheck.Equals(this)); }