/// <summary> /// Returns true if GeneratorParameters instances are equal /// </summary> /// <param name="other">Instance of GeneratorParameters to be compared</param> /// <returns>Boolean</returns> public bool Equals(GeneratorParameters other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( SchemeCode == other.SchemeCode || SchemeCode != null && SchemeCode.Equals(other.SchemeCode) ) && ( SchemeId == other.SchemeId || SchemeId != null && SchemeId.Equals(other.SchemeId) ) && ( Parameters == other.Parameters || Parameters != null && Parameters.Equals(other.Parameters) ) && ( Scheme == other.Scheme || Scheme != null && Scheme.Equals(other.Scheme) )); }
/// <summary> /// Returns true if ProcessInfo instances are equal /// </summary> /// <param name="other">Instance of ProcessInfo to be compared</param> /// <returns>Boolean</returns> public bool Equals(ProcessInfo other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( Id == other.Id || Id != null && Id.Equals(other.Id) ) && ( StateName == other.StateName || StateName != null && StateName.Equals(other.StateName) ) && ( ActivityName == other.ActivityName || ActivityName != null && ActivityName.Equals(other.ActivityName) ) && ( SchemeId == other.SchemeId || SchemeId != null && SchemeId.Equals(other.SchemeId) ) && ( SchemeCode == other.SchemeCode || SchemeCode != null && SchemeCode.Equals(other.SchemeCode) ) && ( PreviousState == other.PreviousState || PreviousState != null && PreviousState.Equals(other.PreviousState) ) && ( PreviousStateForDirect == other.PreviousStateForDirect || PreviousStateForDirect != null && PreviousStateForDirect.Equals(other.PreviousStateForDirect) ) && ( PreviousStateForReverse == other.PreviousStateForReverse || PreviousStateForReverse != null && PreviousStateForReverse.Equals(other.PreviousStateForReverse) ) && ( PreviousActivity == other.PreviousActivity || PreviousActivity != null && PreviousActivity.Equals(other.PreviousActivity) ) && ( PreviousActivityForDirect == other.PreviousActivityForDirect || PreviousActivityForDirect != null && PreviousActivityForDirect.Equals(other.PreviousActivityForDirect) ) && ( PreviousActivityForReverse == other.PreviousActivityForReverse || PreviousActivityForReverse != null && PreviousActivityForReverse.Equals(other.PreviousActivityForReverse) ) && ( ParentProcessId == other.ParentProcessId || ParentProcessId != null && ParentProcessId.Equals(other.ParentProcessId) ) && ( RootProcessId == other.RootProcessId || RootProcessId != null && RootProcessId.Equals(other.RootProcessId) ) && ( InstanceStatus == other.InstanceStatus || InstanceStatus != null && InstanceStatus.Equals(other.InstanceStatus) ) && ( Transitions == other.Transitions || Transitions != null && Transitions.SequenceEqual(other.Transitions) ) && ( History == other.History || History != null && History.SequenceEqual(other.History) ) && ( ProcessParameters == other.ProcessParameters || ProcessParameters != null && ProcessParameters.Equals(other.ProcessParameters) )); }
/// <summary> /// Returns true if PaymentResponse instances are equal /// </summary> /// <param name="other">Instance of PaymentResponse to be compared</param> /// <returns>Boolean</returns> public bool Equals(PaymentResponse other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( Id == other.Id || Id != null && Id.Equals(other.Id) ) && ( ActionId == other.ActionId || ActionId != null && ActionId.Equals(other.ActionId) ) && ( Amount == other.Amount || Amount != null && Amount.Equals(other.Amount) ) && ( Currency == other.Currency || Currency != null && Currency.Equals(other.Currency) ) && ( Approved == other.Approved || Approved != null && Approved.Equals(other.Approved) ) && ( Status == other.Status || Status != null && Status.Equals(other.Status) ) && ( AuthCode == other.AuthCode || AuthCode != null && AuthCode.Equals(other.AuthCode) ) && ( ResponseCode == other.ResponseCode || ResponseCode != null && ResponseCode.Equals(other.ResponseCode) ) && ( ResponseSummary == other.ResponseSummary || ResponseSummary != null && ResponseSummary.Equals(other.ResponseSummary) ) && ( ThreeDS == other.ThreeDS || ThreeDS != null && ThreeDS.Equals(other.ThreeDS) ) && ( Risk == other.Risk || Risk != null && Risk.Equals(other.Risk) ) && ( Source == other.Source || Source != null && Source.Equals(other.Source) ) && ( Customer == other.Customer || Customer != null && Customer.Equals(other.Customer) ) && ( ProcessedOn == other.ProcessedOn || ProcessedOn != null && ProcessedOn.Equals(other.ProcessedOn) ) && ( Reference == other.Reference || Reference != null && Reference.Equals(other.Reference) ) && ( Eci == other.Eci || Eci != null && Eci.Equals(other.Eci) ) && ( SchemeId == other.SchemeId || SchemeId != null && SchemeId.Equals(other.SchemeId) ) && ( Links == other.Links || Links != null && Links.Equals(other.Links) )); }
/// <summary> /// Returns true if Payment instances are equal /// </summary> /// <param name="other">Instance of Payment to be compared</param> /// <returns>Boolean</returns> public bool Equals(PaymentDetails other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( Id == other.Id || Id != null && Id.Equals(other.Id) ) && ( RequestedOn == other.RequestedOn || RequestedOn != null && RequestedOn.Equals(other.RequestedOn) ) && ( Source == other.Source || Source != null && Source.Equals(other.Source) ) && ( Destination == other.Destination || Destination != null && Destination.Equals(other.Destination) ) && ( Amount == other.Amount || Amount != null && Amount.Equals(other.Amount) ) && ( Currency == other.Currency || Currency != null && Currency.Equals(other.Currency) ) && ( PaymentType == other.PaymentType || PaymentType != null && PaymentType.Equals(other.PaymentType) ) && ( Reference == other.Reference || Reference != null && Reference.Equals(other.Reference) ) && ( Description == other.Description || Description != null && Description.Equals(other.Description) ) && ( Approved == other.Approved || Approved != null && Approved.Equals(other.Approved) ) && ( Status == other.Status || Status != null && Status.Equals(other.Status) ) && ( ThreeDS == other.ThreeDS || ThreeDS != null && ThreeDS.Equals(other.ThreeDS) ) && ( Risk == other.Risk || Risk != null && Risk.Equals(other.Risk) ) && ( Customer == other.Customer || Customer != null && Customer.Equals(other.Customer) ) && ( BillingDescriptor == other.BillingDescriptor || BillingDescriptor != null && BillingDescriptor.Equals(other.BillingDescriptor) ) && ( Shipping == other.Shipping || Shipping != null && Shipping.Equals(other.Shipping) ) && ( PaymentIp == other.PaymentIp || PaymentIp != null && PaymentIp.Equals(other.PaymentIp) ) && ( Eci == other.Eci || Eci != null && Eci.Equals(other.Eci) ) && ( SchemeId == other.SchemeId || SchemeId != null && SchemeId.Equals(other.SchemeId) ) && ( Links == other.Links || Links != null && Links.Equals(other.Links) )); }