TotalsSettingsIsCompatibleWith Method |
Gets a value indictating whether another
TotalsSettings is compatible with the current instance.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntaxpublic bool IsCompatibleWith(
TotalsSettings other
)
Public Function IsCompatibleWith (
other As TotalsSettings
) As Boolean
public:
bool IsCompatibleWith(
TotalsSettings^ other
)
member IsCompatibleWith :
other : TotalsSettings -> bool
Parameters
- other
- Type: Dundas.BI.Data.DataRetrievalTotalsSettings
Another instance of TotalsSettings
Return Value
Type:
Booleantrue if the specified
TotalsSettings is compatible with the current instance; otherwise,
false.
See Also