Example #1
0
 public bool Equals(Vector4Byte other)
 {
     return (((this.X == other.X) && (this.Y == other.Y)) &&
             (this.Z == other.Z) && (this.W == other.W));
 }
Example #2
0
 public bool Equals(Vector4Byte other)
 {
     return(((this.X == other.X) && (this.Y == other.Y)) &&
            (this.Z == other.Z) && (this.W == other.W));
 }