C# Class Catalogue.Gemini.Helpers.Extensions

Show file Open project: jncc/topcat

Public Methods

Method Description
IsEqualTo ( this source, List other ) : bool
ToExtentList ( this source ) : List
ToKeywordList ( this source ) : List

Method Details

IsEqualTo() public static method

public static IsEqualTo ( this source, List other ) : bool
source this
other List
return bool

ToExtentList() public static method

public static ToExtentList ( this source ) : List
source this
return List

ToKeywordList() public static method

public static ToKeywordList ( this source ) : List
source this
return List