[]
Checks whether the Variant equals to the specified object.
public override bool Equals(object other)
Type | Name | Description |
---|---|---|
object | other | The object to be converted to the Variant and compared with it. |
Type | Description |
---|---|
bool |
|
Checks whether the Variant equals to the specified one.
public bool Equals(Variant b)
Type | Name | Description |
---|---|---|
Variant | b | Variant to check with. |
Type | Description |
---|---|
bool |
|