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