Class FederalState
Inheritance
System.Object
FederalState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Geography.dll
Syntax
public class FederalState : IEquatable<FederalState>, IEqualityComparer<FederalState>
Properties
|
Improve this Doc
View Source
CountryId
Declaration
public Guid CountryId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Equals(FederalState)
Declaration
public bool Equals(FederalState other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(FederalState, FederalState)
Declaration
public bool Equals(FederalState x, FederalState y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
GetHashCode(FederalState)
Declaration
public int GetHashCode(FederalState obj)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Operators
|
Improve this Doc
View Source
Equality(FederalState, FederalState)
Declaration
public static bool operator ==(FederalState left, FederalState right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Inequality(FederalState, FederalState)
Declaration
public static bool operator !=(FederalState left, FederalState right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
System.Collections.Generic.IEqualityComparer<T>