Show / Hide Table of Contents

Class CompareContentDetails

The two strings to compare.

Inheritance
object
CompareContentDetails
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 CompareContentDetails

Properties

Content1

Declaration
[JsonProperty(PropertyName = "content1")]
public string Content1 { get; set; }
Property Value
Type Description
string

The first of two strings to compare.

Content2

Declaration
[JsonProperty(PropertyName = "content2")]
public string Content2 { get; set; }
Property Value
Type Description
string

The second of two strings to compare.

In this article
Back to top