Class BiomMinutiaeRidgeCountType
A data type for a proximity of one minutia to another
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomMinutiaeRidgeCountType : IEquatable<BiomMinutiaeRidgeCountType>
Properties
Context
biomMinutiaeRidgeCountType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomMinutiaeRidgeCountType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomMinutiaeRidgeCountType.ContextEnum> | biomMinutiaeRidgeCountType JSON-LD context |
IncitsRidgeCountAlgorithmCode
A quadrant matrix for associating minutiae, as defined by the ANSI INCITS 378-2004 Standard NIEM reference is biom:INCITSRidgeCountAlgorithmCode
Declaration
[DataMember(Name = "incitsRidgeCountAlgorithmCode")]
public List<BiomINCITSRidgeCountAlgorithmCodeType> IncitsRidgeCountAlgorithmCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomINCITSRidgeCountAlgorithmCodeType> | A quadrant matrix for associating minutiae, as defined by the ANSI INCITS 378-2004 Standard NIEM reference is biom:INCITSRidgeCountAlgorithmCode |
Item
A distance between two minutiae in ridges NIEM reference is biom:MinutiaeRidgeCountItem
Declaration
[DataMember(Name = "item")]
public List<BiomMinutiaeRidgeCountItemType> Item { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomMinutiaeRidgeCountItemType> | A distance between two minutiae in ridges NIEM reference is biom:MinutiaeRidgeCountItem |
Methods
Equals(BiomMinutiaeRidgeCountType)
Returns true if BiomMinutiaeRidgeCountType instances are equal
Declaration
public bool Equals(BiomMinutiaeRidgeCountType other)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeCountType | other | Instance of BiomMinutiaeRidgeCountType 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(BiomMinutiaeRidgeCountType, BiomMinutiaeRidgeCountType)
Declaration
public static bool operator ==(BiomMinutiaeRidgeCountType left, BiomMinutiaeRidgeCountType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeCountType | left | |
BiomMinutiaeRidgeCountType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomMinutiaeRidgeCountType, BiomMinutiaeRidgeCountType)
Declaration
public static bool operator !=(BiomMinutiaeRidgeCountType left, BiomMinutiaeRidgeCountType right)
Parameters
Type | Name | Description |
---|---|---|
BiomMinutiaeRidgeCountType | left | |
BiomMinutiaeRidgeCountType | right |
Returns
Type | Description |
---|---|
System.Boolean |