Class JChargeType
A data type for a formal allegation that a specific person has committed a specific offense.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JChargeType : IEquatable<JChargeType>
Properties
Applicability
A degree of involvement a person is being charged with committing in an offense. NIEM reference is j:ChargeApplicabilityText
Declaration
[DataMember(Name = "applicability")]
public List<NcTextType> Applicability { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A degree of involvement a person is being charged with committing in an offense. NIEM reference is j:ChargeApplicabilityText |
CategoryCode
A kind of charge. NIEM reference is j:ChargeCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<NdexChargeCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexChargeCategoryCodeType> | A kind of charge. NIEM reference is j:ChargeCategoryCode |
CategoryDescription
A description of a crime category. NIEM reference is j:ChargeCategoryDescriptionText
Declaration
[DataMember(Name = "categoryDescription")]
public List<NcTextType> CategoryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a crime category. NIEM reference is j:ChargeCategoryDescriptionText |
Context
jChargeType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JChargeType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JChargeType.ContextEnum> | jChargeType JSON-LD context |
CountQuantity
A number of times a person is charged with committing the same crime. NIEM reference is j:ChargeCountQuantity
Declaration
[DataMember(Name = "countQuantity")]
public List<NiemXsnonNegativeInteger> CountQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsnonNegativeInteger> | A number of times a person is charged with committing the same crime. NIEM reference is j:ChargeCountQuantity |
Degree
A degree of a charge. NIEM reference is j:ChargeDegreeText
Declaration
[DataMember(Name = "degree")]
public List<NcTextType> Degree { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A degree of a charge. NIEM reference is j:ChargeDegreeText |
Description
A plain language description of a charge. NIEM reference is j:ChargeDescriptionText
Declaration
[DataMember(Name = "description")]
public List<NcTextType> Description { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A plain language description of a charge. NIEM reference is j:ChargeDescriptionText |
Disposition
A result or processing of a charge. NIEM reference is j:ChargeDisposition
Declaration
[DataMember(Name = "disposition")]
public List<JChargeDispositionType> Disposition { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JChargeDispositionType> | A result or processing of a charge. NIEM reference is j:ChargeDisposition |
EnhancingAllegationCharge
A formal allegation, contained in at least one charging instrument, that a defendant has violated a statute and/or ordinance in association with an incident. NIEM reference is j:ChargeEnhancingAllegationCharge
Declaration
[DataMember(Name = "enhancingAllegationCharge")]
public List<JChargeType> EnhancingAllegationCharge { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JChargeType> | A formal allegation, contained in at least one charging instrument, that a defendant has violated a statute and/or ordinance in association with an incident. NIEM reference is j:ChargeEnhancingAllegationCharge |
EnhancingFactor
A factor or reason that makes a charge more serious. NIEM reference is j:ChargeEnhancingFactor
Declaration
[DataMember(Name = "enhancingFactor")]
public List<JChargeEnhancingFactorType> EnhancingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JChargeEnhancingFactorType> | A factor or reason that makes a charge more serious. NIEM reference is j:ChargeEnhancingFactor |
EnhancingPriorConviction
A prior conviction. NIEM reference is j:ChargeEnhancingPriorConviction
Declaration
[DataMember(Name = "enhancingPriorConviction")]
public List<JConvictionType> EnhancingPriorConviction { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JConvictionType> | A prior conviction. NIEM reference is j:ChargeEnhancingPriorConviction |
FilerEntity
An entity which filed a current charge. NIEM reference is j:ChargeFilerEntity
Declaration
[DataMember(Name = "filerEntity")]
public List<NcEntityType> FilerEntity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcEntityType> | An entity which filed a current charge. NIEM reference is j:ChargeFilerEntity |
FilingDate
A date a charge was filed. NIEM reference is j:ChargeFilingDate
Declaration
[DataMember(Name = "filingDate")]
public List<NcDateType> FilingDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a charge was filed. NIEM reference is j:ChargeFilingDate |
HsAugmentation
Additional information about a charge. NIEM reference is hs:ChargeAugmentation
Declaration
[DataMember(Name = "hsAugmentation")]
public List<HsChargeAugmentationType> HsAugmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsChargeAugmentationType> | Additional information about a charge. NIEM reference is hs:ChargeAugmentation |
Identification
A unique identification number assigned to a particular charge by an arresting agency, prosecuting attorney, or a court for case management purposes. NIEM reference is j:ChargeIdentification
Declaration
[DataMember(Name = "identification")]
public List<NcIdentificationType> Identification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | A unique identification number assigned to a particular charge by an arresting agency, prosecuting attorney, or a court for case management purposes. NIEM reference is j:ChargeIdentification |
Instrument
An official document filed to formally accuse a person of committing a specific offense. NIEM reference is j:ChargeInstrument
Declaration
[DataMember(Name = "instrument")]
public List<NcDocumentType> Instrument { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDocumentType> | An official document filed to formally accuse a person of committing a specific offense. NIEM reference is j:ChargeInstrument |
IsAccidentRelated
True if a charge is related to a traffic accident; false otherwise. NIEM reference is j:ChargeAccidentRelatedIndicator
Declaration
[DataMember(Name = "isAccidentRelated")]
public List<NiemXsboolean> IsAccidentRelated { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a charge is related to a traffic accident; false otherwise. NIEM reference is j:ChargeAccidentRelatedIndicator |
IsArrestReason
True if a charge is the reason a person was arrested; false otherwise. NIEM reference is j:ChargeArrestReasonIndicator
Declaration
[DataMember(Name = "isArrestReason")]
public List<NiemXsboolean> IsArrestReason { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a charge is the reason a person was arrested; false otherwise. NIEM reference is j:ChargeArrestReasonIndicator |
IsEmploymentRelated
True if a charge is related to a person's employment; false otherwise. NIEM reference is j:ChargeEmploymentRelatedIndicator
Declaration
[DataMember(Name = "isEmploymentRelated")]
public List<NiemXsboolean> IsEmploymentRelated { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a charge is related to a person's employment; false otherwise. NIEM reference is j:ChargeEmploymentRelatedIndicator |
IsFelony
True if a charge refers to a felony offense; false otherwise. NIEM reference is j:ChargeFelonyIndicator
Declaration
[DataMember(Name = "isFelony")]
public List<NiemXsboolean> IsFelony { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a charge refers to a felony offense; false otherwise. NIEM reference is j:ChargeFelonyIndicator |
IsHighest
True if a charge is the most serious charge within a group of charges; false otherwise. NIEM reference is j:ChargeHighestIndicator
Declaration
[DataMember(Name = "isHighest")]
public List<NiemXsboolean> IsHighest { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a charge is the most serious charge within a group of charges; false otherwise. NIEM reference is j:ChargeHighestIndicator |
IsSeriousViolent
True if a charge filed refers to a serious or violent offense; false otherwise. NIEM reference is j:ChargeSeriousViolentIndicator
Declaration
[DataMember(Name = "isSeriousViolent")]
public List<NiemXsboolean> IsSeriousViolent { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a charge filed refers to a serious or violent offense; false otherwise. NIEM reference is j:ChargeSeriousViolentIndicator |
LegalDescription
A legal or formal description of a charge. NIEM reference is j:ChargeLegalDescriptionText
Declaration
[DataMember(Name = "legalDescription")]
public List<NcTextType> LegalDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A legal or formal description of a charge. NIEM reference is j:ChargeLegalDescriptionText |
MacrDisposition
A charge disposition as reported to the Monthly Arrest and Citation Register. NIEM reference is j:ChargeMACRDispositionText
Declaration
[DataMember(Name = "macrDisposition")]
public List<NcTextType> MacrDisposition { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A charge disposition as reported to the Monthly Arrest and Citation Register. NIEM reference is j:ChargeMACRDispositionText |
MacrIndicationLevel
An indication of the level or seriousness of the charge, as reported to the Monthly Arrest and Citation Register NIEM reference is j:ChargeMACRIndicationLevelText
Declaration
[DataMember(Name = "macrIndicationLevel")]
public List<NcTextType> MacrIndicationLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An indication of the level or seriousness of the charge, as reported to the Monthly Arrest and Citation Register NIEM reference is j:ChargeMACRIndicationLevelText |
MacrJuvenileLevel
An indication of the level or seriousness of a juvenile charge, as reported to the Monthly Arrest and Citation Register NIEM reference is j:ChargeMACRJuvenileLevelText
Declaration
[DataMember(Name = "macrJuvenileLevel")]
public List<NcTextType> MacrJuvenileLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An indication of the level or seriousness of a juvenile charge, as reported to the Monthly Arrest and Citation Register NIEM reference is j:ChargeMACRJuvenileLevelText |
MacrStatus
A status of a charge, as reported to the Monthly Arrest and Citation Register NIEM reference is j:ChargeMACRStatusText
Declaration
[DataMember(Name = "macrStatus")]
public List<NcTextType> MacrStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A status of a charge, as reported to the Monthly Arrest and Citation Register NIEM reference is j:ChargeMACRStatusText |
ModificationInstrument
An official document filed to modify a charge against a person. NIEM reference is j:ChargeModificationInstrument
Declaration
[DataMember(Name = "modificationInstrument")]
public List<NcDocumentType> ModificationInstrument { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDocumentType> | An official document filed to modify a charge against a person. NIEM reference is j:ChargeModificationInstrument |
ModifierEntity
An entity that modified the original charge. NIEM reference is j:ChargeModifierEntity
Declaration
[DataMember(Name = "modifierEntity")]
public List<NcEntityType> ModifierEntity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcEntityType> | An entity that modified the original charge. NIEM reference is j:ChargeModifierEntity |
Narrative
A document associated with a charge. NIEM reference is j:ChargeNarrative
Declaration
[DataMember(Name = "narrative")]
public List<NcDocumentType> Narrative { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDocumentType> | A document associated with a charge. NIEM reference is j:ChargeNarrative |
Ncic
A literal description of an offense within the National Crime Information Center (NCIC) system. NIEM reference is j:ChargeNCICText
Declaration
[DataMember(Name = "ncic")]
public List<NcTextType> Ncic { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A literal description of an offense within the National Crime Information Center (NCIC) system. NIEM reference is j:ChargeNCICText |
NcicCode
An offense within the National Crime Information Center (NCIC) system. NIEM reference is j:ChargeNCICCode
Declaration
[DataMember(Name = "ncicCode")]
public List<NcicOFFCodeType> NcicCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcicOFFCodeType> | An offense within the National Crime Information Center (NCIC) system. NIEM reference is j:ChargeNCICCode |
OriginatorEntity
An entity that originally filed a charge or a related predecessor charge if the charge was changed later by prosecution or the court. NIEM reference is j:ChargeOriginatorEntity
Declaration
[DataMember(Name = "originatorEntity")]
public List<NcEntityType> OriginatorEntity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcEntityType> | An entity that originally filed a charge or a related predecessor charge if the charge was changed later by prosecution or the court. NIEM reference is j:ChargeOriginatorEntity |
Plea
An answer which a defendant in an action at law makes in response to a charge. NIEM reference is j:ChargePlea
Declaration
[DataMember(Name = "plea")]
public List<JPleaType> Plea { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JPleaType> | An answer which a defendant in an action at law makes in response to a charge. NIEM reference is j:ChargePlea |
Qualifier
An additional piece of information that clarifies a charge. NIEM reference is j:ChargeQualifierText
Declaration
[DataMember(Name = "qualifier")]
public List<NcTextType> Qualifier { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An additional piece of information that clarifies a charge. NIEM reference is j:ChargeQualifierText |
RecommendedBailAmount
A bail amount on a schedule recommended according to the charge. NIEM reference is j:ChargeRecommendedBailAmount
Declaration
[DataMember(Name = "recommendedBailAmount")]
public List<NcAmountType> RecommendedBailAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAmountType> | A bail amount on a schedule recommended according to the charge. NIEM reference is j:ChargeRecommendedBailAmount |
ReducingFactor
A factor which may make a charge less serious or limit the penalty. NIEM reference is j:ChargeReducingFactorText
Declaration
[DataMember(Name = "reducingFactor")]
public List<NcTextType> ReducingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A factor which may make a charge less serious or limit the penalty. NIEM reference is j:ChargeReducingFactorText |
Sanction
A sanction given to a person convicted of a charge. NIEM reference is j:ChargeSanction
Declaration
[DataMember(Name = "sanction")]
public List<JSanctionType> Sanction { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JSanctionType> | A sanction given to a person convicted of a charge. NIEM reference is j:ChargeSanction |
ScrAugmentation
Additional information about a charge. NIEM reference is scr:ChargeAugmentation
Declaration
[DataMember(Name = "scrAugmentation")]
public List<ScrChargeAugmentationType> ScrAugmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ScrChargeAugmentationType> | Additional information about a charge. NIEM reference is scr:ChargeAugmentation |
Sentence
A sentence given to a person convicted of a charge. NIEM reference is j:ChargeSentence
Declaration
[DataMember(Name = "sentence")]
public List<JSentenceType> Sentence { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JSentenceType> | A sentence given to a person convicted of a charge. NIEM reference is j:ChargeSentence |
SentenceRange
A standard sentence range a person charged with an offense potentially faces if convicted. NIEM reference is j:ChargeSentenceRangeText
Declaration
[DataMember(Name = "sentenceRange")]
public List<NcTextType> SentenceRange { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A standard sentence range a person charged with an offense potentially faces if convicted. NIEM reference is j:ChargeSentenceRangeText |
SequenceId
A sequentially assigned identifier for charge tracking purposes. NIEM reference is j:ChargeSequenceID
Declaration
[DataMember(Name = "sequenceId")]
public List<NiemXsstring> SequenceId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | A sequentially assigned identifier for charge tracking purposes. NIEM reference is j:ChargeSequenceID |
Severity
A level of severity of a charge. NIEM reference is j:ChargeSeverityText
Declaration
[DataMember(Name = "severity")]
public List<NcTextType> Severity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A level of severity of a charge. NIEM reference is j:ChargeSeverityText |
SeverityDescription
A description of the level of the offense such as Grade A Misdemeanor, Gross Misdemeanor, Aggravated Misdemeanor. States may transmit numeric grade levels (1, 2, 3) or define degrees alphanumerically (A, B, C.) NIEM reference is j:ChargeSeverityDescriptionText
Declaration
[DataMember(Name = "severityDescription")]
public List<NcTextType> SeverityDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the level of the offense such as Grade A Misdemeanor, Gross Misdemeanor, Aggravated Misdemeanor. States may transmit numeric grade levels (1, 2, 3) or define degrees alphanumerically (A, B, C.) NIEM reference is j:ChargeSeverityDescriptionText |
SeverityLevel
A severity level of a charge. NIEM reference is j:ChargeSeverityLevel
Declaration
[DataMember(Name = "severityLevel")]
public List<JSeverityLevelType> SeverityLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JSeverityLevelType> | A severity level of a charge. NIEM reference is j:ChargeSeverityLevel |
SpecialAllegation
A factor that has enhanced a charge, making it a more serious offense. NIEM reference is j:ChargeSpecialAllegationText
Declaration
[DataMember(Name = "specialAllegation")]
public List<NcTextType> SpecialAllegation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A factor that has enhanced a charge, making it a more serious offense. NIEM reference is j:ChargeSpecialAllegationText |
Status
A state of a charge. NIEM reference is j:ChargeStatus
Declaration
[DataMember(Name = "status")]
public List<NcStatusType> Status { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcStatusType> | A state of a charge. NIEM reference is j:ChargeStatus |
Statute
A unique identifier of a law, rule, or ordinance within a jurisdiction that a person is accused of violating. NIEM reference is j:ChargeStatute
Declaration
[DataMember(Name = "statute")]
public List<JStatuteType> Statute { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JStatuteType> | A unique identifier of a law, rule, or ordinance within a jurisdiction that a person is accused of violating. NIEM reference is j:ChargeStatute |
Subject
A person accused of committing a specific offense. NIEM reference is j:ChargeSubject
Declaration
[DataMember(Name = "subject")]
public List<JSubjectType> Subject { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JSubjectType> | A person accused of committing a specific offense. NIEM reference is j:ChargeSubject |
Text
A text of a charge. NIEM reference is j:ChargeText
Declaration
[DataMember(Name = "text")]
public List<NcTextType> Text { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A text of a charge. NIEM reference is j:ChargeText |
TrackingIdentification
A unique identification number assigned to an entire set of charges for an arrest. Different numbers may appear in the set if cases have been consolidated. NIEM reference is j:ChargeTrackingIdentification
Declaration
[DataMember(Name = "trackingIdentification")]
public List<NcIdentificationType> TrackingIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | A unique identification number assigned to an entire set of charges for an arrest. Different numbers may appear in the set if cases have been consolidated. NIEM reference is j:ChargeTrackingIdentification |
UcrCode
An offense within the Uniform Crime Report (UCR) system. NIEM reference is j:ChargeUCRCode
Declaration
[DataMember(Name = "ucrCode")]
public List<UcrOffenseCodeType> UcrCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UcrOffenseCodeType> | An offense within the Uniform Crime Report (UCR) system. NIEM reference is j:ChargeUCRCode |
UcrCrimeCategory
A Uniform Crime Report (UCR) kind or classification of a crime associated with a charge. NIEM reference is j:ChargeUCRCrimeCategoryText
Declaration
[DataMember(Name = "ucrCrimeCategory")]
public List<NcTextType> UcrCrimeCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A Uniform Crime Report (UCR) kind or classification of a crime associated with a charge. NIEM reference is j:ChargeUCRCrimeCategoryText |
Verdict
A set of details describing if a person was found guilty or innocent of a charge. NIEM reference is j:ChargeVerdict
Declaration
[DataMember(Name = "verdict")]
public List<JVerdictType> Verdict { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JVerdictType> | A set of details describing if a person was found guilty or innocent of a charge. NIEM reference is j:ChargeVerdict |
Victim
A person or entity who is the victim of an offense designated by the charge. NIEM reference is j:ChargeVictim
Declaration
[DataMember(Name = "victim")]
public List<JVictimType> Victim { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JVictimType> | A person or entity who is the victim of an offense designated by the charge. NIEM reference is j:ChargeVictim |
Methods
Equals(JChargeType)
Returns true if JChargeType instances are equal
Declaration
public bool Equals(JChargeType other)
Parameters
Type | Name | Description |
---|---|---|
JChargeType | other | Instance of JChargeType 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(JChargeType, JChargeType)
Declaration
public static bool operator ==(JChargeType left, JChargeType right)
Parameters
Type | Name | Description |
---|---|---|
JChargeType | left | |
JChargeType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JChargeType, JChargeType)
Declaration
public static bool operator !=(JChargeType left, JChargeType right)
Parameters
Type | Name | Description |
---|---|---|
JChargeType | left | |
JChargeType | right |
Returns
Type | Description |
---|---|
System.Boolean |