Class PropertyKey
PropertyKey
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class PropertyKey : Expression, IEquatable<Expression>, IEquatable<PropertyKey>
Constructors
PropertyKey()
Initializes a new instance of the Property
Declaration
public PropertyKey()
Methods
Equals(PropertyKey)
Returns true if PropertyKey instances are equal
Declaration
public bool Equals(PropertyKey input)
Parameters
Type | Name | Description |
---|---|---|
Property |
input | Instance of PropertyKey to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System. |
input | Object to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public override string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
Overrides
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |
Overrides
Implements
IEquatable<>
IEquatable<>