Class BiomFaceImage3DFeaturePointType
A data type for an anthropometric landmark feature point
Implements
System.IEquatable<BiomFaceImageFeaturePointType>
System.IEquatable<BiomFaceImage3DFeaturePointType>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomFaceImage3DFeaturePointType : BiomFaceImageFeaturePointType, IEquatable<BiomFaceImageFeaturePointType>, IEquatable<BiomFaceImage3DFeaturePointType>
Properties
Context
biomFaceImage3DFeaturePointType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomFaceImage3DFeaturePointType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomFaceImage3DFeaturePointType.ContextEnum> | biomFaceImage3DFeaturePointType JSON-LD context |
FeaturePointZCoordinateValue
A Z coordinate of a 3D face feature point NIEM reference is biom:FeaturePointZCoordinateValue
Declaration
[DataMember(Name = "featurePointZCoordinateValue")]
public List<BiomInteger0to99999Type> FeaturePointZCoordinateValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger0to99999Type> | A Z coordinate of a 3D face feature point NIEM reference is biom:FeaturePointZCoordinateValue |
Methods
Equals(BiomFaceImage3DFeaturePointType)
Returns true if BiomFaceImage3DFeaturePointType instances are equal
Declaration
public bool Equals(BiomFaceImage3DFeaturePointType other)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImage3DFeaturePointType | other | Instance of BiomFaceImage3DFeaturePointType 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(BiomFaceImage3DFeaturePointType, BiomFaceImage3DFeaturePointType)
Declaration
public static bool operator ==(BiomFaceImage3DFeaturePointType left, BiomFaceImage3DFeaturePointType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImage3DFeaturePointType | left | |
BiomFaceImage3DFeaturePointType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomFaceImage3DFeaturePointType, BiomFaceImage3DFeaturePointType)
Declaration
public static bool operator !=(BiomFaceImage3DFeaturePointType left, BiomFaceImage3DFeaturePointType right)
Parameters
Type | Name | Description |
---|---|---|
BiomFaceImage3DFeaturePointType | left | |
BiomFaceImage3DFeaturePointType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>
System.IEquatable<T>