C# Class Org.OpenAPITools.Models.ComDayCqReplicationImplReplicationContentFactoryProviderImplProperties

Inheritance: IEquatable
Mostrar archivo Open project: shinesolutions/swagger-aem-osgi

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( other ) : bool

Returns true if ComDayCqReplicationImplReplicationContentFactoryProviderImplProperties instances are equal

Equals ( object obj ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

ToJson ( ) : string

Returns the JSON string presentation of the object

ToString ( ) : string

Returns the string presentation of the object

operator ( ) : bool

Method Details

Equals() public method

Returns true if ComDayCqReplicationImplReplicationContentFactoryProviderImplProperties instances are equal
public Equals ( other ) : bool
other Instance of ComDayCqReplicationImplReplicationContentFactoryProviderImplProperties to be compared
return bool

Equals() public method

Returns true if objects are equal
public Equals ( object obj ) : bool
obj object Object to be compared
return bool

GetHashCode() public method

Gets the hash code
public GetHashCode ( ) : int
return int

ToJson() public method

Returns the JSON string presentation of the object
public ToJson ( ) : string
return string

ToString() public method

Returns the string presentation of the object
public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool