Show / Hide Table of Contents

Class CompareContentResult

The intraline diff result.

Inheritance
object
CompareContentResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class CompareContentResult

Properties

LineComparisonResults

Declaration
[JsonProperty(PropertyName = "lineComparisonResults")]
public List<CompareLineResult> LineComparisonResults { get; set; }
Property Value
Type Description
List<CompareLineResult>

An array of line comparison results.

In this article
Back to top