Click or drag to resize

SatelliteIdentifier.Equals Method (Object)

Indicates whether another object is exactly equal to this instance.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System.Object
The object to compare to this instance.

Return Value

Type: Boolean
true if obj is an instance of this type and represents the same value as this instance; otherwise false.
See Also