JulianDateFunctionSamplingEquals Method (JulianDateFunctionSampling) |
Indicates whether another instance of this type is exactly equal to this instance.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic bool Equals(
JulianDateFunctionSampling other
)
Public Function Equals (
other As JulianDateFunctionSampling
) As Boolean
public:
virtual bool Equals(
JulianDateFunctionSampling^ other
) sealed
abstract Equals :
other : JulianDateFunctionSampling -> bool
override Equals :
other : JulianDateFunctionSampling -> bool
Parameters
- other
- Type: AGI.Foundation.NumericalMethodsJulianDateFunctionSampling
The instance to compare to this instance.
Return Value
Type:
Boolean if
other represents the same value as this instance; otherwise
.
Implements
IEquatableTEquals(T)
See Also