Example #1
0
 //matching tattoos.
 public bool MatchingHandTattoos()
 {
     return(TattooBase.MatchingTattoos(this[ArmTattooLocation.LEFT_HAND], this[ArmTattooLocation.RIGHT_HAND]));
 }
Example #2
0
 public bool MatchingWristTattoos()
 {
     return(TattooBase.MatchingTattoos(this[ArmTattooLocation.LEFT_WRIST], this[ArmTattooLocation.RIGHT_WRIST]));
 }
Example #3
0
 public bool MatchingInnerForearmTattoos()
 {
     return(TattooBase.MatchingTattoos(this[ArmTattooLocation.LEFT_INNER_FOREARM], this[ArmTattooLocation.RIGHT_INNER_FOREARM]));
 }
Example #4
0
 public bool MatchingUpperArmTattoos()
 {
     return(TattooBase.MatchingTattoos(this[ArmTattooLocation.LEFT_UPPER_ARM], this[ArmTattooLocation.RIGHT_UPPER_ARM]));
 }
Example #5
0
 public bool MatchingShoulderTattoos()
 {
     return(TattooBase.MatchingTattoos(this[ArmTattooLocation.LEFT_SHOULDER], this[ArmTattooLocation.RIGHT_SHOULDER]));
 }
Example #6
0
 public bool MatchingSleeveTattoos()
 {
     return(TattooBase.MatchingTattoos(this[ArmTattooLocation.LEFT_SLEEVE], this[ArmTattooLocation.RIGHT_SLEEVE]));
 }