DefinitionalObject.AreSameDefinition Method (Double, Double) |
Determines if two doubles have the same definition. This overload simply checks equality and is provided for convenience.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static bool AreSameDefinition(
double first,
double second
)
Public Shared Function AreSameDefinition (
first As Double,
second As Double
) As Boolean
public:
static bool AreSameDefinition(
double first,
double second
)
static member AreSameDefinition :
first : float *
second : float -> bool
Parameters
- first
- Type: System.Double
The first double. - second
- Type: System.Double
The second double.
Return Value
Type:
Booleantrue if the two doubles have the same definition; otherwise
false.
See Also