Table of Contents

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

string

string

Value

Gets value of region

public string Value { get; }

Property Value

string

string

Methods

Clone()

Clones this instance

public Region Clone()

Returns

Region

A copy of this Region

Equals(object?)

Determines whether the specified object is equal to this instance.

public override bool Equals(object? obj)

Parameters

obj object

object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false

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