SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTableEquals Method (SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable) |
Indicates whether another instance of this type is exactly equal to this instance.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Equals(
SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable other
)
Public Function Equals (
other As SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable
) As Boolean
public:
virtual bool Equals(
SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable^ other
) sealed
abstract Equals :
other : SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable -> bool
override Equals :
other : SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable -> bool
Parameters
- other
- Type: AGI.Foundation.CommunicationsSphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable
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