C# Class ServiceStack.Common.Tests.Models.Movie

Mostra file Open project: ServiceStack/ServiceStack.Redis Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( Movie other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Movie ( ) : System

Method Details

Equals() public method

public Equals ( Movie other ) : bool
other Movie
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Movie() public method

public Movie ( ) : System
return System