RequestOptionsEquals Method (RequestOptions) | 
 Indicates whether the current object is equal to another object of the same type.
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic virtual bool Equals(
	RequestOptions other
)
Public Overridable Function Equals ( 
	other As RequestOptions
) As Boolean
public:
virtual bool Equals(
	RequestOptions^ other
)
abstract Equals : 
        other : RequestOptions -> bool 
override Equals : 
        other : RequestOptions -> bool Parameters
- other
 - Type: Dundas.BI.Data.DataRetrievalRequestOptions
An object to compare with this object. 
Return Value
Type: 
Boolean if the current object is equal to the 
other parameter; otherwise, 
.
Implements
IEquatableTEquals(T)
See Also