Beispiel #1
0
 //matching tattoos, but different colors.
 public bool MatchingHandTattooIgnoreColor()
 {
     return(TattooBase.MatchingTattoosIgnoreColor(this[ArmTattooLocation.LEFT_HAND], this[ArmTattooLocation.RIGHT_HAND]));
 }
Beispiel #2
0
 public bool MatchingWristTattoosIgnoreColor()
 {
     return(TattooBase.MatchingTattoosIgnoreColor(this[ArmTattooLocation.LEFT_WRIST], this[ArmTattooLocation.RIGHT_WRIST]));
 }
Beispiel #3
0
 public bool MatchingInnerForearmTattoosIgnoreColor()
 {
     return(TattooBase.MatchingTattoosIgnoreColor(this[ArmTattooLocation.LEFT_INNER_FOREARM], this[ArmTattooLocation.RIGHT_INNER_FOREARM]));
 }
Beispiel #4
0
 public bool MatchingUpperArmTattoosIgnoreColor()
 {
     return(TattooBase.MatchingTattoosIgnoreColor(this[ArmTattooLocation.LEFT_UPPER_ARM], this[ArmTattooLocation.RIGHT_UPPER_ARM]));
 }
Beispiel #5
0
 public bool MatchingShoulderTattoosIgnoreColor()
 {
     return(TattooBase.MatchingTattoosIgnoreColor(this[ArmTattooLocation.LEFT_SHOULDER], this[ArmTattooLocation.RIGHT_SHOULDER]));
 }
Beispiel #6
0
 public bool MatchingSleeveTattoosIgnoreColor()
 {
     return(TattooBase.MatchingTattoosIgnoreColor(this[ArmTattooLocation.LEFT_SLEEVE], this[ArmTattooLocation.RIGHT_SLEEVE]));
 }