C# Class DRObjects.Actor

Exibir arquivo Open project: Haedrian/Divine-Right Class Usage Examples

Public Methods

Method Description
Actor ( ) : System
Equals ( object obj ) : bool

Two LocalActors are considered equal if they share the same UniqueID

Method Details

Actor() public method

public Actor ( ) : System
return System

Equals() public method

Two LocalActors are considered equal if they share the same UniqueID
public Equals ( object obj ) : bool
obj object
return bool