Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
System Object Method « Development Class « C# / C Sharp
C# / C Sharp
Development Class
System Object Method
1.
illustrates some of the System.Object class methods
2.
System Functions: LogOff, Restart, Shutdown, Hibernate, Standby
3.
The Point class is derived from System.Object.
4.
Object.Equals Method Determines whether the specified Object is equal to the current Object.
5.
override Equals method
6.
Build Equals method by using the Equals method from member variables
7.
ValueType.Equals
8.
Object.GetType Method Gets the Type of the current instance.
9.
Object.MemberwiseClone Method Creates a shallow copy of the current Object.
10.
Object.ReferenceEquals Method Determines whether the specified Object instances are the same instance.
11.
Object.ToString Method Returns a String that represents the current Object.