Summary
Determines whether two
GlobPattern
. instances are equal.
- Namespace
- Cake
.Core .IO - Containing Type
- GlobPattern
Syntax
public override bool Equals(object obj)
Parameters
Name | Type | Description |
---|---|---|
obj | object | The object to compare with the current object. |
Return Value
Type | Description |
---|---|
bool |
true if the specified object is equal to the current object; otherwise, false .
|