DurationFunctionSamplingEquals Method (DurationFunctionSampling) |
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: 24.2.419.0 (24.2.419.0)
Syntax public bool Equals(
DurationFunctionSampling other
)
Public Function Equals (
other As DurationFunctionSampling
) As Boolean
public:
virtual bool Equals(
DurationFunctionSampling^ other
) sealed
abstract Equals :
other : DurationFunctionSampling -> bool
override Equals :
other : DurationFunctionSampling -> bool
Parameters
- other
- Type: AGI.Foundation.NumericalMethodsDurationFunctionSampling
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