UnitEquals(Unit) Method
Determines whether the specified
Unit is equal to this instance.
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 Equals(
Unit unit
)
Public Function Equals (
unit As Unit
) As Boolean
Dim instance As Unit
Dim unit As Unit
Dim returnValue As Boolean
returnValue = instance.Equals(unit)
public:
virtual bool Equals(
Unit^ unit
) sealed
abstract Equals :
unit : Unit -> bool
override Equals :
unit : Unit -> bool
No code example is currently available or this language may not be supported.
- unit Unit
-
Another Unit to compare to.
Boolean if the specified
Unit is equal to this instance;
otherwise,
.
IEquatableTEquals(T)