public override bool Equals(object obj) { if (Object.ReferenceEquals(this, obj)) { return(true); } OrganizationStructureStateEventIdDto other = obj as OrganizationStructureStateEventIdDto; if (other == null) { return(false); } return(_value.Equals(other._value)); }
protected OrganizationStructureStateEventDtoBase(OrganizationStructureStateEventIdDto stateEventId) { this.StateEventId = stateEventId; }