Class Diff
Inheritance
System.Object
Diff
Assembly: AutoCheck.Core.dll
Syntax
public class Diff : object
Constructors
|
Improve this Doc
View Source
Diff(Operation, String)
Declaration
public Diff(Operation operation, string text)
Parameters
Type |
Name |
Description |
Operation |
operation |
|
System.String |
text |
|
Fields
|
Improve this Doc
View Source
Operation
Declaration
public Operation Operation
Field Value
|
Improve this Doc
View Source
Text
Declaration
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Equals(Diff)
Declaration
public bool Equals(Diff obj)
Parameters
Type |
Name |
Description |
Diff |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(Object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Extension Methods
ObjectExtensions.DeepClone<T>(T)