Click or drag to resize

GLObjectEquals Method

Checks if this object matches another object.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare to

Return Value

Type: Boolean
Whether this object matches obj
Remarks
Two OpenGL objects are considered equal if their internal Handle properties are equal.
See Also