Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
TrySomeInterface
person_Equatable
C# Class TrySomeInterface.person_Equatable
Inheritance:
IEquatable
ファイルを表示
Open project: visiontrail/CSharpKnowledge
Public Properties
Property
Type
Description
Age
int
Name
string
Public Methods
Method
Description
Equals
(
other
) :
bool
person_Equatable
(
string
name
,
int
age
) :
System
Method Details
Equals()
public
method
public
Equals
(
other
) :
bool
return
bool
person_Equatable()
public
method
public
person_Equatable
(
string
name
,
int
age
) :
System
name
string
age
int
return
System
Property Details
Age
public_oe property
public
int
Age
return
int
Name
public_oe property
public
string
Name
return
string