public static Variant Copy(Variant other) { var self = new Variant(other.GetType()); self.CopyFrom(other); return(self); }