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