CruiseCommandedValuesEquals Method (CruiseCommandedValues) | 
 
        Indicates whether another instance of this type is exactly equal to this instance.
      
 
    Namespace: 
   AGI.Foundation.AircraftPropagation
    Assembly:
   AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Equals(
	CruiseCommandedValues other
)
Public Function Equals ( 
	other As CruiseCommandedValues
) As Boolean
public:
virtual bool Equals(
	CruiseCommandedValues other
) sealed
abstract Equals : 
        other : CruiseCommandedValues -> bool 
override Equals : 
        other : CruiseCommandedValues -> bool Parameters
- other
 - Type: AGI.Foundation.AircraftPropagationCruiseCommandedValues
        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