Example #1
0
 internal bool IsEquivalent(ActorRoleCollection roles)
 {
     return(this.ToString() == roles.ToString());
 }