Offer.Equals(Offer) Method

Definition

Compares the offer object with the current offer

public bool Equals (Microsoft.Azure.Documents.Offer offer);
override this.Equals : Microsoft.Azure.Documents.Offer -> bool
Public Function Equals (offer As Offer) As Boolean

Parameters

offer
Offer

Returns

Boolean representing the equality result

Applies to