Struct SectorDataset
Struct to hold fields for Sectors
Assembly: FpAssistantCoreScl.dll
Syntax
public struct SectorDataset : IEquatable<SectorDataset>
Properties
View Source
Altitude
Declaration
public string Altitude { get; set; }
Property Value
View Source
Bearing
Declaration
public string Bearing { get; set; }
Property Value
View Source
Radius
Declaration
public string Radius { get; set; }
Property Value
Methods
View Source
Equals(SectorDataset)
Declaration
public bool Equals(SectorDataset other)
Parameters
Returns
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
View Source
operator ==(SectorDataset, SectorDataset)
Declaration
public static bool operator ==(SectorDataset left, SectorDataset right)
Parameters
Returns
View Source
operator !=(SectorDataset, SectorDataset)
Declaration
public static bool operator !=(SectorDataset left, SectorDataset right)
Parameters
Returns
Implements