public bool Equals(Bone other) { return (name.Equals(other.name) && inverseBindPose.Equals(other.inverseBindPose) ); }