FrequencySpecificElectricFieldPatternEquals Method (FrequencySpecificElectricFieldPattern) | 
 
        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: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Equals(
	FrequencySpecificElectricFieldPattern other
)
Public Function Equals ( 
	other As FrequencySpecificElectricFieldPattern
) As Boolean
public:
virtual bool Equals(
	FrequencySpecificElectricFieldPattern^ other
) sealed
abstract Equals : 
        other : FrequencySpecificElectricFieldPattern -> bool 
override Equals : 
        other : FrequencySpecificElectricFieldPattern -> bool Parameters
- other
 - Type: AGI.Foundation.CommunicationsFrequencySpecificElectricFieldPattern
        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