public bool Equals(Vector4 other) { return this.X == other.X && this.Y == other.Y && this.Z == other.Z && this.W == other.W; }