BuildMaster SDK Reference
Version:
TextDifference Class
Represents a block of text that is part of a difference report between two files.
Inheritance Hierarchy
- object
- Inedo.BuildMaster.Files.TextDifference
Syntax
public
class
TextDifference : IEquatable<TextDifference>
Properties
|
Name |
Description |
|
DifferenceType
|
Gets the type of difference this block of text represents.
|
|
Text
|
Gets the text contained in this block.
|
Methods
|
Name |
Description |
|
Equals(TextDifference other)
|
Indicates whether the current object is equal to another object of the same type.
|
|
Equals(object obj)
|
Determines whether the specified System.Object is equal to this instance.
|
|
GetHashCode
|
Returns a hash code for this instance.
|
|
ToString
|
Returns a System.String that represents this instance.
|