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
Rosalia
Core
Identity
C# Class Rosalia.Core.Identity
Show file
Open project: rosaliafx/Rosalia
Class Usage Examples
Public Methods
Method
Description
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Identity
( ) :
System
Identity
(
string
value
) :
System
Protected Methods
Method
Description
Equals
(
Identity
other
) :
bool
Method Details
Equals()
protected
method
protected
Equals
(
Identity
other
) :
bool
other
Identity
return
bool
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
Identity()
public
method
public
Identity
( ) :
System
return
System
Identity()
public
method
public
Identity
(
string
value
) :
System
value
string
return
System