コード例 #1
0
 public bool Equals(ModuleObject other)
 {
     return(ObjectGuidID.Equals(other.ObjectGuidID) && ObjectLongID.Equals(other.ObjectLongID) && ObjectTypeID.Equals(other.ObjectTypeID) && ServiceCode.Equals(other.ServiceCode));
 }
コード例 #2
0
 public virtual String ToString()
 {
     return("oType:" + FQN + " type:" + ObjectTypeID.ToString() + " Id:" + ObjectLongID.ToString() + " IdVersion:" + ObjectIdVersion.ToString() + " idCommunity:" + CommunityID.ToString() + " module:" + ServiceCode);
 }