TotalsSettingsIsCompatibleWith Method |
Gets a value indictating whether another
TotalsSettings is compatible with the current instance.
Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 TotalsSettings
- Another instance of TotalsSettings
Return Value
Booleantrue if the specified
TotalsSettings is compatible with the current instance; otherwise,
false.
See Also