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