Class Region
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Type that represents a region option
public sealed class Region
- Inheritance
-
Region
- Inherited Members
Properties
Title
Gets title of region
public string Title { get; }
Property Value
Value
Gets value of region
public string Value { get; }
Property Value
Methods
Clone()
Clones this instance
public Region Clone()
Returns
Equals(object?)
Determines whether the specified object is equal to this instance.
public override bool Equals(object? obj)
Parameters
Returns
GetHashCode()
Returns a hash code for this instance
public override int GetHashCode()
Returns
- int
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table