Class BiomFingerprintDeltaLocationType
A data type for a location of a delta in a fingerprint image
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFingerprintDeltaLocationType : IEquatable<BiomFingerprintDeltaLocationType>
Properties
Context
biomFingerprintDeltaLocationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFingerprintDeltaLocationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFingerprintDeltaLocationType.ContextEnum> | biomFingerprintDeltaLocationType JSON-LD context |
ImageFeatureVertex
A vertex in a position path NIEM reference is biom:ImageFeatureVertex
Declaration
[DataMember(Name = "imageFeatureVertex")]
public List<BiomVertexType> ImageFeatureVertex { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomVertexType> | A vertex in a position path NIEM reference is biom:ImageFeatureVertex |
SmallThetaAngleMeasure
An angle between 0 and 179 degrees NIEM reference is biom:SmallThetaAngleMeasure
Declaration
[DataMember(Name = "smallThetaAngleMeasure")]
public List<BiomSmallAngleMeasureType> SmallThetaAngleMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSmallAngleMeasureType> | An angle between 0 and 179 degrees NIEM reference is biom:SmallThetaAngleMeasure |
Methods
Equals(BiomFingerprintDeltaLocationType)
Returns true if BiomFingerprintDeltaLocationType instances are equal
Declaration
public bool Equals(BiomFingerprintDeltaLocationType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintDeltaLocationType | other | Instance of BiomFingerprintDeltaLocationType 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(BiomFingerprintDeltaLocationType, BiomFingerprintDeltaLocationType)
Declaration
public static bool operator ==(BiomFingerprintDeltaLocationType left, BiomFingerprintDeltaLocationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintDeltaLocationType | left | |
BiomFingerprintDeltaLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFingerprintDeltaLocationType, BiomFingerprintDeltaLocationType)
Declaration
public static bool operator !=(BiomFingerprintDeltaLocationType left, BiomFingerprintDeltaLocationType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFingerprintDeltaLocationType | left | |
BiomFingerprintDeltaLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |