Class NcLocationType
A data type for geospatial location.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcLocationType : IEquatable<NcLocationType>
Properties
_2DGeospatialCoordinate
A location identified by a latitude and longitude. NIEM reference is nc:Location2DGeospatialCoordinate
Declaration
[DataMember(Name = "2DGeospatialCoordinate")]
public List<NcLocation2DGeospatialCoordinateType> _2DGeospatialCoordinate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcLocation2DGeospatialCoordinateType> | A location identified by a latitude and longitude. NIEM reference is nc:Location2DGeospatialCoordinate |
_3DGeospatialCoordinate
A location identified by latitude, longitude, and height. NIEM reference is nc:Location3DGeospatialCoordinate
Declaration
[DataMember(Name = "3DGeospatialCoordinate")]
public List<NcLocation3DGeospatialCoordinateType> _3DGeospatialCoordinate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcLocation3DGeospatialCoordinateType> | A location identified by latitude, longitude, and height. NIEM reference is nc:Location3DGeospatialCoordinate |
Address
A postal location to which paper mail can be directed. NIEM reference is nc:Address
Declaration
[DataMember(Name = "address")]
public List<NcAddressType> Address { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAddressType> | A postal location to which paper mail can be directed. NIEM reference is nc:Address |
AddressCrossStreet
A location identified by two or more streets which intersect. NIEM reference is nc:AddressCrossStreet
Declaration
[DataMember(Name = "addressCrossStreet")]
public List<NcCrossStreetType> AddressCrossStreet { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCrossStreetType> | A location identified by two or more streets which intersect. NIEM reference is nc:AddressCrossStreet |
AddressGrid
A location identified by a unit of a grid system overlaid on an area. NIEM reference is nc:AddressGrid
Declaration
[DataMember(Name = "addressGrid")]
public List<NcAddressGridType> AddressGrid { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAddressGridType> | A location identified by a unit of a grid system overlaid on an area. NIEM reference is nc:AddressGrid |
AddressHighway
A major public road. NIEM reference is nc:AddressHighway
Declaration
[DataMember(Name = "addressHighway")]
public List<NcHighwayType> AddressHighway { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcHighwayType> | A major public road. NIEM reference is nc:AddressHighway |
Altitude
A measurement of the height or position of a location above a certain reference. NIEM reference is nc:LocationAltitude
Declaration
[DataMember(Name = "altitude")]
public List<NcLocationHeightMeasureType> Altitude { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcLocationHeightMeasureType> | A measurement of the height or position of a location above a certain reference. NIEM reference is nc:LocationAltitude |
Area
A location identified by geographic boundaries. NIEM reference is nc:LocationArea
Declaration
[DataMember(Name = "area")]
public List<NcAreaType> Area { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAreaType> | A location identified by geographic boundaries. NIEM reference is nc:LocationArea |
Category
A kind or functional description of a location. NIEM reference is nc:LocationCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind or functional description of a location. NIEM reference is nc:LocationCategoryText |
CategoryNdExCode
A kind of location or area. NIEM reference is j:LocationCategoryNDExCode
Declaration
[DataMember(Name = "categoryNdExCode")]
public List<NdexLocationCategoryNDExCodeType> CategoryNdExCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexLocationCategoryNDExCodeType> | A kind of location or area. NIEM reference is j:LocationCategoryNDExCode |
ContactInformation
A set of contact information for a location. NIEM reference is nc:LocationContactInformation
Declaration
[DataMember(Name = "contactInformation")]
public List<NcContactInformationType> ContactInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcContactInformationType> | A set of contact information for a location. NIEM reference is nc:LocationContactInformation |
Context
ncLocationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcLocationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcLocationType.ContextEnum> | ncLocationType JSON-LD context |
Depth
A measure of the depth of a location relative to a reference. NIEM reference is nc:LocationDepth
Declaration
[DataMember(Name = "depth")]
public List<NcLocationHeightMeasureType> Depth { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcLocationHeightMeasureType> | A measure of the depth of a location relative to a reference. NIEM reference is nc:LocationDepth |
Description
A description of a location. NIEM reference is nc:LocationDescriptionText
Declaration
[DataMember(Name = "description")]
public List<NcTextType> Description { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a location. NIEM reference is nc:LocationDescriptionText |
Elevation
A measure of the distance of a point on the Earth from a reference point. NIEM reference is nc:LocationElevation
Declaration
[DataMember(Name = "elevation")]
public List<NcLocationHeightMeasureType> Elevation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcLocationHeightMeasureType> | A measure of the distance of a point on the Earth from a reference point. NIEM reference is nc:LocationElevation |
EmAugmentation
Additional information about the location of the alarm NIEM reference is em:LocationAugmentation
Declaration
[DataMember(Name = "emAugmentation")]
public List<EmLocationAugmentationType> EmAugmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EmLocationAugmentationType> | Additional information about the location of the alarm NIEM reference is em:LocationAugmentation |
Feature
A GML feature that describes a location. NIEM reference is geo:LocationFeature
Declaration
[DataMember(Name = "feature")]
public List<GeoFeatureType> Feature { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GeoFeatureType> | A GML feature that describes a location. NIEM reference is geo:LocationFeature |
FloorNumber
A floor number of a location. NIEM reference is nc:LocationFloorNumberText
Declaration
[DataMember(Name = "floorNumber")]
public List<NcTextType> FloorNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A floor number of a location. NIEM reference is nc:LocationFloorNumberText |
GeneralCategoryCode
A kind of general category of a location, such as commercial. NIEM reference is j:LocationGeneralCategoryCode
Declaration
[DataMember(Name = "generalCategoryCode")]
public List<NdexLocationGeneralCategoryCodeType> GeneralCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexLocationGeneralCategoryCodeType> | A kind of general category of a location, such as commercial. NIEM reference is j:LocationGeneralCategoryCode |
Geometry
A GML geometry that describes a location. NIEM reference is geo:LocationGeometry
Declaration
[DataMember(Name = "geometry")]
public List<GeoGeometryType> Geometry { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GeoGeometryType> | A GML geometry that describes a location. NIEM reference is geo:LocationGeometry |
GeospatialAugmentation
Additional information about a nc:Location. NIEM reference is mo:GeospatialLocationAugmentation
Declaration
[DataMember(Name = "geospatialAugmentation")]
public List<string> GeospatialAugmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | Additional information about a nc:Location. NIEM reference is mo:GeospatialLocationAugmentation |
GeospatialPoint
A 2D or 3D geometric point. A gml:Point is defined by a single coordinate tuple. The direct position of a point is specified by the gml:pos element which is of type gml:DirectPositionType. NIEM reference is geo:LocationGeospatialPoint
Declaration
[DataMember(Name = "geospatialPoint")]
public List<GeoPointType> GeospatialPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GeoPointType> | A 2D or 3D geometric point. A gml:Point is defined by a single coordinate tuple. The direct position of a point is specified by the gml:pos element which is of type gml:DirectPositionType. NIEM reference is geo:LocationGeospatialPoint |
Identification
An identification of a Location. NIEM reference is nc:LocationIdentification
Declaration
[DataMember(Name = "identification")]
public List<NcIdentificationType> Identification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification of a Location. NIEM reference is nc:LocationIdentification |
ImAugmentation
Additional information about a location. NIEM reference is im:LocationAugmentation
Declaration
[DataMember(Name = "imAugmentation")]
public List<ImLocationAugmentationType> ImAugmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ImLocationAugmentationType> | Additional information about a location. NIEM reference is im:LocationAugmentation |
IntelAugmentation
Additional information about a location. NIEM reference is intel:LocationAugmentation
Declaration
[DataMember(Name = "intelAugmentation")]
public List<IntelLocationAugmentationType> IntelAugmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IntelLocationAugmentationType> | Additional information about a location. NIEM reference is intel:LocationAugmentation |
ItCategoryCode
A category of operation performed at a given Location NIEM reference is it:LocationCategoryCodeText
Declaration
[DataMember(Name = "itCategoryCode")]
public List<NcTextType> ItCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A category of operation performed at a given Location NIEM reference is it:LocationCategoryCodeText |
JAugmentation
Additional information about a location. NIEM reference is j:LocationAugmentation
Declaration
[DataMember(Name = "jAugmentation")]
public List<JLocationAugmentationType> JAugmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JLocationAugmentationType> | Additional information about a location. NIEM reference is j:LocationAugmentation |
JCategoryCode
A kind or functional description of a location. NIEM reference is j:LocationCategoryCode
Declaration
[DataMember(Name = "jCategoryCode")]
public List<UcrLocationCategoryCodeType> JCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UcrLocationCategoryCodeType> | A kind or functional description of a location. NIEM reference is j:LocationCategoryCode |
Landmark
A distinguishing physical feature at a location. NIEM reference is nc:LocationLandmarkText
Declaration
[DataMember(Name = "landmark")]
public List<NcTextType> Landmark { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A distinguishing physical feature at a location. NIEM reference is nc:LocationLandmarkText |
Locale
A geopolitical area. NIEM reference is nc:LocationLocale
Declaration
[DataMember(Name = "locale")]
public List<NcLocaleType> Locale { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcLocaleType> | A geopolitical area. NIEM reference is nc:LocationLocale |
MapLocation
A location identified by map or grid coordinates. NIEM reference is nc:LocationMapLocation
Declaration
[DataMember(Name = "mapLocation")]
public List<NcMapLocationType> MapLocation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcMapLocationType> | A location identified by map or grid coordinates. NIEM reference is nc:LocationMapLocation |
MAugmentation
Additional information about a location. NIEM reference is m:LocationAugmentation
Declaration
[DataMember(Name = "mAugmentation")]
public List<MLocationAugmentationType> MAugmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MLocationAugmentationType> | Additional information about a location. NIEM reference is m:LocationAugmentation |
MgrsCoordinateString
A complete coordinate string from the Military Grid Reference System (MGRS) which represents a location with a Universal Transverse Mercator (UTM) or Univeral Polar Steriographic (UPS) coordinate and a unique military grid square. NIEM reference is mo:MGRSCoordinateStringText
Declaration
[DataMember(Name = "mgrsCoordinateString")]
public List<MoMGRSCoordinateStringType> MgrsCoordinateString { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoMGRSCoordinateStringType> | A complete coordinate string from the Military Grid Reference System (MGRS) which represents a location with a Universal Transverse Mercator (UTM) or Univeral Polar Steriographic (UPS) coordinate and a unique military grid square. NIEM reference is mo:MGRSCoordinateStringText |
Mgrsups1MeterCoordinateValue
A 1-meter precision level MGRS UPS coordinate. NIEM reference is mo:MGRSUPS1MeterCoordinateValue
Declaration
[DataMember(Name = "mgrsups1MeterCoordinateValue")]
public List<MoMGRSUPS1MeterCoordinateType> Mgrsups1MeterCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoMGRSUPS1MeterCoordinateType> | A 1-meter precision level MGRS UPS coordinate. NIEM reference is mo:MGRSUPS1MeterCoordinateValue |
Mgrsutm100000MeterCoordinateValue
A 100,000-meter precision level MGRS UTM coordinate. NIEM reference is mo:MGRSUTM100000MeterCoordinateValue
Declaration
[DataMember(Name = "mgrsutm100000MeterCoordinateValue")]
public List<MoMGRSUTM100000MeterCoordinateType> Mgrsutm100000MeterCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoMGRSUTM100000MeterCoordinateType> | A 100,000-meter precision level MGRS UTM coordinate. NIEM reference is mo:MGRSUTM100000MeterCoordinateValue |
Mgrsutm10000MeterCoordinateValue
A 10,000-meter precision level MGRS UTM coordinate. NIEM reference is mo:MGRSUTM10000MeterCoordinateValue
Declaration
[DataMember(Name = "mgrsutm10000MeterCoordinateValue")]
public List<MoMGRSUTM10000MeterCoordinateType> Mgrsutm10000MeterCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoMGRSUTM10000MeterCoordinateType> | A 10,000-meter precision level MGRS UTM coordinate. NIEM reference is mo:MGRSUTM10000MeterCoordinateValue |
Mgrsutm1000MeterCoordinateValue
A 1,000-meter precision level MGRS UTM coordinate. NIEM reference is mo:MGRSUTM1000MeterCoordinateValue
Declaration
[DataMember(Name = "mgrsutm1000MeterCoordinateValue")]
public List<MoMGRSUTM1000MeterCoordinateType> Mgrsutm1000MeterCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoMGRSUTM1000MeterCoordinateType> | A 1,000-meter precision level MGRS UTM coordinate. NIEM reference is mo:MGRSUTM1000MeterCoordinateValue |
Mgrsutm100MeterCoordinateValue
A 100-meter precision level MGRS UTM coordinate. NIEM reference is mo:MGRSUTM100MeterCoordinateValue
Declaration
[DataMember(Name = "mgrsutm100MeterCoordinateValue")]
public List<MoMGRSUTM100MeterCoordinateType> Mgrsutm100MeterCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoMGRSUTM100MeterCoordinateType> | A 100-meter precision level MGRS UTM coordinate. NIEM reference is mo:MGRSUTM100MeterCoordinateValue |
Mgrsutm10MeterCoordinateValue
A 10-meter precision level MGRS UTM coordinate. NIEM reference is mo:MGRSUTM10MeterCoordinateValue
Declaration
[DataMember(Name = "mgrsutm10MeterCoordinateValue")]
public List<MoMGRSUTM10MeterCoordinateType> Mgrsutm10MeterCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoMGRSUTM10MeterCoordinateType> | A 10-meter precision level MGRS UTM coordinate. NIEM reference is mo:MGRSUTM10MeterCoordinateValue |
Mgrsutm1MeterCoordinateValue
A 1-meter precision level MGRS UTM coordinate. NIEM reference is mo:MGRSUTM1MeterCoordinateValue
Declaration
[DataMember(Name = "mgrsutm1MeterCoordinateValue")]
public List<MoMGRSUTM1MeterCoordinateType> Mgrsutm1MeterCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoMGRSUTM1MeterCoordinateType> | A 1-meter precision level MGRS UTM coordinate. NIEM reference is mo:MGRSUTM1MeterCoordinateValue |
MoAugmentation
Additional information about a location. NIEM reference is mo:LocationAugmentation
Declaration
[DataMember(Name = "moAugmentation")]
public List<MoLocationAugmentationType> MoAugmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoLocationAugmentationType> | Additional information about a location. NIEM reference is mo:LocationAugmentation |
Name
A name of a location. NIEM reference is nc:LocationName
Declaration
[DataMember(Name = "name")]
public List<NcProperNameTextType> Name { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcProperNameTextType> | A name of a location. NIEM reference is nc:LocationName |
RangeDescription
A description of the boundary or range of a location. NIEM reference is nc:LocationRangeDescriptionText
Declaration
[DataMember(Name = "rangeDescription")]
public List<NcTextType> RangeDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the boundary or range of a location. NIEM reference is nc:LocationRangeDescriptionText |
RelativeLocation
A location identified by its proximity to another location. NIEM reference is nc:LocationRelativeLocation
Declaration
[DataMember(Name = "relativeLocation")]
public List<NcRelativeLocationType> RelativeLocation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcRelativeLocationType> | A location identified by its proximity to another location. NIEM reference is nc:LocationRelativeLocation |
ScrAugmentation
Additional information about a location. NIEM reference is scr:LocationAugmentation
Declaration
[DataMember(Name = "scrAugmentation")]
public List<ScrLocationAugmentationType> ScrAugmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ScrLocationAugmentationType> | Additional information about a location. NIEM reference is scr:LocationAugmentation |
ScrCategoryCode
A kind of or functional description of a location. NIEM reference is scr:LocationCategoryCode
Declaration
[DataMember(Name = "scrCategoryCode")]
public List<ScrLocationCategoryCodeType> ScrCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ScrLocationCategoryCodeType> | A kind of or functional description of a location. NIEM reference is scr:LocationCategoryCode |
SiteAugmentation
Additional information about a site location. NIEM reference is cbrn:SiteLocationAugmentation
Declaration
[DataMember(Name = "siteAugmentation")]
public List<CbrnSiteLocationAugmentationType> SiteAugmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CbrnSiteLocationAugmentationType> | Additional information about a site location. NIEM reference is cbrn:SiteLocationAugmentation |
SublocationCategoryCode
A kind of location inside of another location, such as a restroom in a restaurant. NIEM reference is j:LocationSublocationCategoryCode
Declaration
[DataMember(Name = "sublocationCategoryCode")]
public List<NdexLocationSublocationCategoryCodeType> SublocationCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexLocationSublocationCategoryCodeType> | A kind of location inside of another location, such as a restroom in a restaurant. NIEM reference is j:LocationSublocationCategoryCode |
SurroundingAreaDescription
A description of the immediate area around a location. NIEM reference is nc:LocationSurroundingAreaDescriptionText
Declaration
[DataMember(Name = "surroundingAreaDescription")]
public List<NcTextType> SurroundingAreaDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the immediate area around a location. NIEM reference is nc:LocationSurroundingAreaDescriptionText |
UtmCoordinateValue
A coordinate from the Universal Transverse Mercator (UTM) Coordinate System, which represents a location with a hemisphere, zone, an easting value, and a northing value. NIEM reference is nc:LocationUTMCoordinateValue
Declaration
[DataMember(Name = "utmCoordinateValue")]
public List<NcUTMCoordinateType> UtmCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcUTMCoordinateType> | A coordinate from the Universal Transverse Mercator (UTM) Coordinate System, which represents a location with a hemisphere, zone, an easting value, and a northing value. NIEM reference is nc:LocationUTMCoordinateValue |
Wgs84Cylinder
A location identified by a cylinder oriented vertically and centered on a point described with WGS84 coordinates. If it is appropriate for the radius and half-height properties to represent an error value (for example, because the event is a laser-designated target), then the true event location follows a normal distribution such that the cylinder defines the one-sigma (p≈0.67)(almost equal to) deviation. (A cylinder with twice the volume would be the two-sigma (p≈0.95)(almost equal to) deviation, etc.) Otherwise the cylinder encloses the full physical extent of the event. NIEM reference is mo:WGS84LocationCylinder
Declaration
[DataMember(Name = "wgs84Cylinder")]
public List<MoWGS84LocationCylinderType> Wgs84Cylinder { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoWGS84LocationCylinderType> | A location identified by a cylinder oriented vertically and centered on a point described with WGS84 coordinates. If it is appropriate for the radius and half-height properties to represent an error value (for example, because the event is a laser-designated target), then the true event location follows a normal distribution such that the cylinder defines the one-sigma (p≈0.67)(almost equal to) deviation. (A cylinder with twice the volume would be the two-sigma (p≈0.95)(almost equal to) deviation, etc.) Otherwise the cylinder encloses the full physical extent of the event. NIEM reference is mo:WGS84LocationCylinder |
Methods
Equals(NcLocationType)
Returns true if NcLocationType instances are equal
Declaration
public bool Equals(NcLocationType other)
Parameters
Type | Name | Description |
---|---|---|
NcLocationType | other | Instance of NcLocationType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(NcLocationType, NcLocationType)
Declaration
public static bool operator ==(NcLocationType left, NcLocationType right)
Parameters
Type | Name | Description |
---|---|---|
NcLocationType | left | |
NcLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcLocationType, NcLocationType)
Declaration
public static bool operator !=(NcLocationType left, NcLocationType right)
Parameters
Type | Name | Description |
---|---|---|
NcLocationType | left | |
NcLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |