Click or drag to resize
UtilmatchingWords Method

[Missing <summary> documentation for "M:Planetbase.Util.matchingWords(System.String,System.String)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static bool matchingWords(
	string word1,
	string word2
)

Parameters

word1
Type: SystemString

[Missing <param name="word1"/> documentation for "M:Planetbase.Util.matchingWords(System.String,System.String)"]

word2
Type: SystemString

[Missing <param name="word2"/> documentation for "M:Planetbase.Util.matchingWords(System.String,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Planetbase.Util.matchingWords(System.String,System.String)"]

See Also