ContextHandle.Equals Method

Definition

Overloads

Equals(ContextHandle)
Equals(Object)

Compares this instance to the specified object.

Equals(ContextHandle)

public bool Equals (OpenTK.ContextHandle other);
override this.Equals : OpenTK.ContextHandle -> bool

Parameters

Returns

Implements

Applies to

Equals(Object)

Compares this instance to the specified object.

public override bool Equals (object obj);
override this.Equals : obj -> bool

Parameters

obj
Object

The System.Object to compare to.

Returns

True if obj is a ContextHandle that is equal to this instance; false otherwise.

Applies to