VnaDataTSameParameters Method

Same parameters

Definition

Namespace: Metas.Vna.Data
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9245.26213
C#
public bool SameParameters(
	IVnaData<T> other,
	bool exception = false
)

Parameters

other  IVnaDataT
Other
exception  Boolean  (Optional)
Throw exception if not same

Return Value

Boolean

Implements

IVnaDataTSameParameters(IVnaDataT, Boolean)

See Also