Exemplo n.º 1
0
 public bool Equals(RuntimePropertyHandle handle)
 {
     return(value == handle.Value);
 }
Exemplo n.º 2
0
		public bool Equals (RuntimePropertyHandle handle)
		{
			return value == handle.Value;
		}