Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Gringotts
Domain
Name
C# Class Gringotts.Domain.Name
Show file
Open project: bagheera/Gringotts
Class Usage Examples
Public Methods
Method
Description
Equals
(
Name
other
) :
bool
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
GetValue
( ) :
string
Name
( )
Name
(
string
name
)
Method Details
Equals()
public
method
public
Equals
(
Name
other
) :
bool
other
Name
return
bool
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
GetValue()
public
method
public
GetValue
( ) :
string
return
string
Name()
public
method
public
Name
( )
Name()
public
method
public
Name
(
string
name
)
name
string