UnitIsCompatibleWith Method
Determines whether the specified
Unit is compatible with this one.
Namespace: DevCase.Core.Math.ScienceAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsCompatibleWith(
Unit otherUnit
)
Public Function IsCompatibleWith (
otherUnit As Unit
) As Boolean
Dim instance As Unit
Dim otherUnit As Unit
Dim returnValue As Boolean
returnValue = instance.IsCompatibleWith(otherUnit)
public:
bool IsCompatibleWith(
Unit^ otherUnit
)
member IsCompatibleWith :
otherUnit : Unit -> bool
No code example is currently available or this language may not be supported.
- otherUnit Unit
-
The Unit to check compatibility with.
Boolean ifthe specified
Unit is compatible with this one;
otherwise,
.