public bool Equals(ST_EditAs other) { if (other == null) { return(false); } return(_ooxmlEnumerationValue == other._ooxmlEnumerationValue); }
static ST_EditAs() { twoCell = new ST_EditAs("twoCell"); oneCell = new ST_EditAs("oneCell"); absolute = new ST_EditAs("absolute"); }
static ST_EditAs() { ST_EditAs.twoCell = new ST_EditAs("twoCell"); ST_EditAs.oneCell = new ST_EditAs("oneCell"); ST_EditAs.absolute = new ST_EditAs("absolute"); }