Method Equals
Equals(PatternFill?)
Determines equality.
public bool Equals(PatternFill? other)
Parameters
otherPatternFillThe other fill.
Returns
- bool
True when equal.
Equals(object?)
Determines equality.
public override bool Equals(object? obj)
Parameters
objobjectThe other object.
Returns
- bool
True when equal.