Beispiel #1
0
 public bool IsEqualToString(NSString str0)
 {
     return(this.content.Equals(str0.GetString()));
 }
Beispiel #2
0
		public bool IsEqualToString(NSString str0) {
			return this.content.Equals(str0.GetString());
		}