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