IVnaDataTSameParameters Method
Same parameters
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9245.26213
bool SameParameters(
IVnaData<T> other,
bool exception = false
)
Function SameParameters (
other As IVnaData(Of T),
Optional exception As Boolean = false
) As Boolean
bool SameParameters(
IVnaData<T>^ other,
bool exception = false
)
abstract SameParameters :
other : IVnaData<'T> *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
- other IVnaDataT
- Other
- exception Boolean (Optional)
- Throw exception if not same
Boolean