Esempio n. 1
0
 public static bool IsSupported(IGraphicsHandle Handle)
 {
     return(Handle is IGraphicsHandlePrivate);
 }
Esempio n. 2
0
 public bool Equals(IGraphicsHandle other)
 {
     return(Equals((object)other));
 }