Equals
Equals(object)
Equivalence check with object.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | Any object |
Return Value
True if file types is equivalent, false if not
See Also
- class StyleChangeInfo
- namespace GroupDocs.Comparison.Result
- assembly GroupDocs.Comparison
Equals(StyleChangeInfo)
Style change equivalence check.
public bool Equals(StyleChangeInfo other)
Parameter | Type | Description |
---|---|---|
other | StyleChangeInfo | StyleChangeInfo object |
See Also
- class StyleChangeInfo
- namespace GroupDocs.Comparison.Result
- assembly GroupDocs.Comparison