public override bool Equals(object obj) { if (Object.ReferenceEquals(this, obj)) { return(true); } OrganizationStructureStateEventIdDto other = obj as OrganizationStructureStateEventIdDto; if (other == null) { return(false); } return(true && Object.Equals(this.Id, other.Id) && Object.Equals(this.Version, other.Version) ); }
public OrganizationStructureStateEventIdFlattenedDto(OrganizationStructureStateEventId val) { this._value = new OrganizationStructureStateEventIdDtoWrapper(val); }
public OrganizationStructureStateEventIdFlattenedDto(OrganizationStructureStateEventIdDto val) { this._value = val; }
protected OrganizationStructureStateEventDtoBase(OrganizationStructureStateEventIdDto stateEventId) { this.StateEventId = stateEventId; }