Click or drag to resize
BroccoliSharp BroValueEquals Method (Object)
Determines whether the specified Object is equal to the current BroValue.

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

Parameters

obj
Type: SystemObject
The object to compare with the current object.

Return Value

Type: Boolean
true if the specified object is equal to the current object; otherwise, false.
See Also