Example #1
0
 public int CompareTo(GLTexture other)
 {
     return(other is null ? -1 : ObjectHandle.CompareTo(other.ObjectHandle));
 }