IFreqPortZrTSamePortZr(IFreqPortZrT, Boolean) Method
            Same port impedances
            
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.9.9393.15217
bool SamePortZr(
	IFreqPortZr<T> other,
	bool exception = false
)
Function SamePortZr ( 
	other As IFreqPortZr(Of T),
	Optional exception As Boolean = false
) As Boolean
bool SamePortZr(
	IFreqPortZr<T>^ other, 
	bool exception = false
)
abstract SamePortZr : 
        other : IFreqPortZr<'T> * 
        ?exception : bool 
(* Defaults:
        let _exception = defaultArg exception false
*)
-> bool 
- other  IFreqPortZrT
- Other
- exception  Boolean  (Optional)
- Throw exception if not same
Boolean