Exemplo n.º 1
0
func (this *Rect) IsEqual(rect *Rect) bool {
	return w32.EqualRect(&this.rect, &rect.rect)
}
Exemplo n.º 2
0
func (r *Rect) IsEqual(rect *Rect) bool {
	return w32.EqualRect((*w32.RECT)(r), (*w32.RECT)(rect))
}