ParameterAdapter.IsSatisfiableBy Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the specified parameter can be used in place of the current parameter.
public virtual bool IsSatisfiableBy(IParameter other)Parameters
otherIParameter- The parameter to compare against the current parameter.
Returns
- bool
trueif the specified parameter can be used in place of the current parameter; otherwise,false.

truewhen the given parameter is an exact match.truewhen the given parameter is a closed constructed type based on the same generic type definition.