Exemple #1
0
		public bool HasRelation(RelationStates test)
		{
			return(Relation & (uint)test) != 0;
		}
Exemple #2
0
 public bool HasRelation(RelationStates test)
 {
     return((Relation & (uint)test) != 0);
 }